From 039b6f30e967f19f5d22f489f4b330b15fba825a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Cadenas?= <77900120+andrrsin@users.noreply.github.com> Date: Sun, 10 Mar 2024 23:21:59 +0100 Subject: [PATCH] hotfix docker --- questionservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]