From 511c30d635b65365a34bf74c2f4d4b7ac5ed5baa Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Thu, 31 Aug 2023 09:56:06 +0100 Subject: [PATCH] Reverted previous commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0288b38..04b6688e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,4 +54,4 @@ EXPOSE 3000 ENV PORT 3000 ENV HOSTNAME localhost -CMD ["yarn", "start"] \ No newline at end of file +CMD ["node", "server.js"] \ No newline at end of file