Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Jul 29, 2024
1 parent 98fd722 commit 413a742
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
CERAMIC_NODE_URL=""
NEXT_PUBLIC_CONNECT_URL=""
NEXT_PUBLIC_CONNECT_URL=""
NEXT_PUBLIC_VITE_WALLET_CONNECT_PROJECT_ID=""
ORIGIN_URL="*"
NEXT_PUBLIC_CERAMIC_URL="https://ceramic-ksdc-mainnet.hirenodes.io/"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ yarn-error.log*

# typescript
*.tsbuildinfo

.env
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENV NODE_ENV production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/public ./public
# COPY --from=builder /app/public ./public

# Set the correct permission for prerender cache
RUN mkdir .next
Expand Down

0 comments on commit 413a742

Please sign in to comment.