diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index b70d4eb..478f963 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -37,4 +37,4 @@ COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/.next/standalone COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/.next/static ./apps/frontend/.next/static COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/public ./apps/frontend/public -CMD node /app/apps/frontend/server.js \ No newline at end of file +CMD node apps/frontend/server.js \ No newline at end of file