Skip to content

Commit

Permalink
changed port
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bguiga committed Mar 25, 2024
1 parent c17b58f commit 6f9f93d
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 @@ -29,7 +29,7 @@ COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/package.json ./package.json

# Expose the port Next.js is running on
EXPOSE 3000
EXPOSE 80

# Start the Next.js application
CMD ["npm", "start"]

0 comments on commit 6f9f93d

Please sign in to comment.