Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabehero committed Sep 9, 2023
1 parent 9592d41 commit f919cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN npm run build
FROM node:18-slim

WORKDIR /app
COPY --from=build /app/build /app/build
COPY --from=build /app/dist /app/dist

RUN npm install -g serve

CMD ["serve", "-s", "/app/build", "-l", "8080"]
CMD ["serve", "-s", "/app/dist", "-l", "8080"]

0 comments on commit f919cb0

Please sign in to comment.