diff --git a/Dockerfile b/Dockerfile index 8da4aed..91c97c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,5 @@ COPY --from=build /app /app # Start the server by default, this can be overwritten at runtime EXPOSE 3000 +CMD [ "npm", "run", "build" ] CMD [ "npm", "run", "start" ]