Skip to content

Commit

Permalink
Add port exposure for app
Browse files Browse the repository at this point in the history
  • Loading branch information
UO285267 committed Mar 10, 2024
1 parent baba767 commit e6cdfbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions preguntas/generatorservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ RUN npm install
# Copy the app source code to the working directory
COPY . .

# Expose the port the app runs on
EXPOSE 8003

# Define the command to run your app
CMD ["node", "question-service.js"]

0 comments on commit e6cdfbe

Please sign in to comment.