diff --git a/questionservice/Dockerfile b/questionservice/Dockerfile index 5f2062e..dd1d772 100644 --- a/questionservice/Dockerfile +++ b/questionservice/Dockerfile @@ -17,4 +17,4 @@ COPY . . EXPOSE 8010 # Define the command to run your app -CMD ["node", "auth-service.js"] +CMD ["node", "question-service.js"]