From 2f86b164914f03237d84792fe22680b592310ea7 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 1 May 2024 11:33:01 +0200 Subject: [PATCH] temp revert start cmd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ac548a9..cba3f347 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN apk add --no-cache tzdata COPY --from=BUILD_IMAGE /app ./ # Finally, run start command to serve up the built application -CMD [ "yarn", "start" ] +CMD [ "yarn", "build-and-start" ] # Expose the port EXPOSE ${PORT}