Skip to content

Commit

Permalink
Merge pull request #4 from johnkennyuk/trunk
Browse files Browse the repository at this point in the history
ln 5 COPY dest required / suffix
  • Loading branch information
adamziel authored Sep 5, 2022
2 parents a59ef18 + aa70a4c commit cd5b85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-build-pipeline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM trzeci/emscripten:1.39.18-fastcomp
SHELL ["/bin/bash", "-c"]

WORKDIR /root
COPY ./copy-to-docker-image/* /root
COPY ./copy-to-docker-image/* /root/
RUN mkdir lib

RUN set -euxo pipefail;\
Expand Down

0 comments on commit cd5b85d

Please sign in to comment.