Skip to content

Commit

Permalink
Dockerfile: restore chown on copy command - fails to start on aws wit…
Browse files Browse the repository at this point in the history
…hout it
  • Loading branch information
JonJagger committed Oct 25, 2024
1 parent 4bd964b commit b3929f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM cyberdojo/web-base:f2863fe
LABEL [email protected]

WORKDIR /cyber-dojo
COPY . .
COPY --chown=nobody:nogroup . .

ARG COMMIT_SHA
ENV SHA=${COMMIT_SHA}
Expand Down

0 comments on commit b3929f8

Please sign in to comment.