Skip to content

Commit

Permalink
pew pew
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Nov 4, 2024
1 parent 0db20ff commit d239104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ENV NODE_ENV=${NODE_ENV}
ENV TZ="Europe/Oslo"
EXPOSE 3000

COPY public/ ./public/
COPY ./public ./public/
COPY --from=app-build /app/build/ ./build/
COPY --from=app-dependencies /app/node_modules/ ./node_modules/
COPY --from=app-dependencies /app/node_modules ./node_modules

CMD ["/build/server/index.js"]
CMD ["/app/build/server/index.js"]

0 comments on commit d239104

Please sign in to comment.