Skip to content

Commit

Permalink
fixes dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Mar 10, 2024
1 parent f14d669 commit 15aeabe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 79 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ ENV PORT 3000
ENV NEXT_TELEMETRY_DISABLED 1

# Copy from build
COPY --from=build-env /app/next.config.js ./
COPY --from=build-env /app/public ./public
COPY --from=build-env /app/.next ./.next
COPY --from=build-env /app/node_modules ./node_modules
COPY --from=build-env /usr/app/next.config.js ./
COPY --from=build-env /usr/app/public ./public
COPY --from=build-env /usr/app/.next ./.next
COPY --from=build-env /usr/app/node_modules ./node_modules

# Run app command
CMD ["./node_modules/next/dist/bin/next", "start"]
75 changes: 0 additions & 75 deletions src/pages/setup-invite-members.tsx

This file was deleted.

0 comments on commit 15aeabe

Please sign in to comment.