Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick80 committed Apr 26, 2024
1 parent a3b2bc6 commit 8fe0d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ WORKDIR /app

COPY --from=production-deps /app/node_modules /app/node_modules

COPY --from=build /app/build /app/build
COPY --from=build /app/build/server /app/build/client
COPY --from=build /app/package.json /app/package.json


ADD . .

CMD ["mount"]

0 comments on commit 8fe0d04

Please sign in to comment.