Skip to content

Commit

Permalink
Merge pull request #30 from FranciZhong/documentation
Browse files Browse the repository at this point in the history
test: nextra git config
  • Loading branch information
FranciZhong authored Oct 16, 2024
2 parents 73fe199 + 1d2c54c commit ba2b066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM --platform=linux/amd64 node:20-alpine AS production

WORKDIR /app

COPY . .
COPY --from=builder /app/. .
# COPY --from=builder /app/package.json /app/package-lock.json ./
# COPY --from=builder /app/.next ./.next
# COPY --from=builder /app/next.config.mjs ./next.config.mjs
Expand Down

0 comments on commit ba2b066

Please sign in to comment.