Fix git_commit_sha creation in Dockerfile
Some checks failed
Build Frontend / build (push) Failing after 1m2s
Some checks failed
Build Frontend / build (push) Failing after 1m2s
This commit is contained in:
@@ -56,7 +56,7 @@ COPY --from=builder /app/.next ./.next
|
|||||||
COPY --from=builder /app/node_modules ./node_modules
|
COPY --from=builder /app/node_modules ./node_modules
|
||||||
COPY --from=builder /app/public ./public
|
COPY --from=builder /app/public ./public
|
||||||
|
|
||||||
# Copy commit hash file from builder stage
|
# Copy commit hash file from builder
|
||||||
COPY --from=builder /app/git_commit_sha /app/git_commit_sha
|
COPY --from=builder /app/git_commit_sha /app/git_commit_sha
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user