Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin authored Mar 10, 2024
1 parent 15764a8 commit a84045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questionservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm install
COPY . .

# Expose the port the app runs on
EXPOSE 8002
EXPOSE 8010

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

0 comments on commit a84045b

Please sign in to comment.