Skip to content

Commit

Permalink
adjust fe dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Oct 1, 2024
1 parent 4244ccb commit ef56f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ FROM nginx:alpine
COPY --from=build /usr/src/app/build /usr/share/nginx/html

# Expose the port Nginx will listen to
EXPOSE 80
EXPOSE 3000

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit ef56f86

Please sign in to comment.