Skip to content

Commit

Permalink
hotfix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed Mar 10, 2024
1 parent a84045b commit 039b6f3
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 @@ -17,4 +17,4 @@ COPY . .
EXPOSE 8010

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

0 comments on commit 039b6f3

Please sign in to comment.