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

main
Kenn Zhang 1 year ago committed by GitHub
parent a95e6c13b8
commit 82a5672361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save