删除重复的 COPY 指令 (#1073)

This commit is contained in:
Kenn Zhang 2024-05-11 11:49:21 +08:00 committed by GitHub
parent a95e6c13b8
commit 82a5672361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,6 @@ RUN if [ "$IMAGE_TYPE" != "elite" ]; then \
fi
# Copy the rest of the application
COPY . /workspace
# Copy the rest of the application
COPY . /workspace