Skip to content

Commit

Permalink
ln 5 COPY dest required / suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkennyuk committed Sep 4, 2022
1 parent a59ef18 commit aa70a4c
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 aa70a4c

Please sign in to comment.