Skip to content

Commit

Permalink
🐛 some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Dec 22, 2023
1 parent e2bbbbd commit 217fbe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI/CD For Express API
name: CI/CD For docker deploy

# Controls when the action will run.
on:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/next.config.mjs ./
COPY --from=builder /app/next.config.js ./
COPY --from=builder /app/public ./public
COPY --from=builder /app/package.json ./package.json

Expand Down

0 comments on commit 217fbe5

Please sign in to comment.