diff --git a/frontend/dockerfile b/frontend/dockerfile index 240e8dd..52d9096 100644 --- a/frontend/dockerfile +++ b/frontend/dockerfile @@ -10,4 +10,4 @@ WORKDIR /app COPY --from=build-stage /app /app EXPOSE 3000 ENV NODE_ENV=production -CMD ["sh", "-c", "npm", "run", "start"] \ No newline at end of file +CMD ["npm", "run", "start"] \ No newline at end of file