diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 597570909..a4f96be58 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,4 +10,4 @@ COPY . . RUN yarn build -CMD ["yarn", "start", "--port", "3000"] +CMD ["yarn", "start:prod", "--port", "3000"]