diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index ffe0c14..dbb7b4d 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -79,4 +79,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 bun app/server.js \ No newline at end of file +CMD bun server.js \ No newline at end of file