Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinlic committed Dec 23, 2024
1 parent d88025c commit 41806a9
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 @@ -12,7 +12,7 @@ COPY --from=BUILD_IMAGE /app/configs /app/configs
COPY --from=BUILD_IMAGE /app/package.json /app/package.json
COPY --from=BUILD_IMAGE /app/dist /app/dist
COPY --from=BUILD_IMAGE /app/public /app/public
COPY --from=BUILD_IMAGE /app/challenge-worker.js /app/challenge-worker.js
COPY --from=BUILD_IMAGE /app/*.wasm /app/
COPY --from=BUILD_IMAGE /app/node_modules /app/node_modules

WORKDIR /app
Expand Down

0 comments on commit 41806a9

Please sign in to comment.