remove unecessary exposed port

This commit is contained in:
gabrielkheisa
2024-04-07 17:23:48 +07:00
parent 5b41c99602
commit a5234c7904
2 changed files with 1 additions and 4 deletions

View File

@@ -22,8 +22,5 @@ WORKDIR /usr/src/app
# Copy the built artifacts from the builder stage to the production stage
COPY --from=builder /usr/src/app .
# Expose the port the app runs on
EXPOSE 3000
# Command to run the application in the production stage
CMD ["node", "index.js"]