Skip to content

Commit 8d4939c

Browse files
committed
fix typo
1 parent 7b12f49 commit 8d4939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -x && \
2323
# RUN apt-get install -y nodejs
2424

2525
WORKDIR $APP_HOME
26-
COPY --chown $UID:$UID . .
26+
COPY --chown=$UID:$UID . .
2727

2828
USER $USER
2929

0 commit comments

Comments
 (0)