Update Dockerfile
This commit is contained in:
@@ -30,6 +30,7 @@ RUN mkdir -p /app/public
|
||||
COPY --from=builder /app/package.json /app/package-lock.json ./
|
||||
COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/public ./public
|
||||
|
||||
# Copy commit hash file from builder stage
|
||||
COPY --from=builder /app/git_commit_sha /app/git_commit_sha
|
||||
|
||||
Reference in New Issue
Block a user