diff --git a/Dockerfile b/Dockerfile index 5ac548a997..cba3f347fb 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}