diff --git a/Dockerfile b/Dockerfile index 539aa17e..4ed99c10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN npm ci RUN npm run build EXPOSE 5000 -CMD ["npm", "run", "start:fly"] +CMD ["npm", "run", "start"]