We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b12f49 commit 8d4939cCopy full SHA for 8d4939c
Dockerfile
@@ -23,7 +23,7 @@ RUN set -x && \
23
# RUN apt-get install -y nodejs
24
25
WORKDIR $APP_HOME
26
-COPY --chown $UID:$UID . .
+COPY --chown=$UID:$UID . .
27
28
USER $USER
29
0 commit comments