Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleefish authored Oct 3, 2024
1 parent 3de13b3 commit fdf9100
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 @@ -25,7 +25,7 @@ RUN npm install
COPY --from=frontend-build /app/dist ./dist

# Expose the port your backend listens on
EXPOSE 3000
EXPOSE 4000

# Start the server
CMD ["node", "server.js"]

0 comments on commit fdf9100

Please sign in to comment.