chore: comment out static copy in dockerfile (#591)

This commit is contained in:
hujm2023 2025-08-06 10:26:37 +08:00 committed by GitHub
parent b17db0f32b
commit 6c559d44ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ COPY backend/infra/impl/coderunner/script/sandbox.py /app/sandbox.py
# Copy static resources # Copy static resources
COPY backend/static /app/resources/static/ # COPY backend/static /app/resources/static/
COPY backend/conf /app/resources/conf/ COPY backend/conf /app/resources/conf/
COPY docker/.env.example /app/.env COPY docker/.env.example /app/.env
# COPY docker/.env.ve /app/.env # COPY docker/.env.ve /app/.env