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

This commit is contained in:
Kenn Zhang 2024-05-11 11:49:21 +08:00 committed by GitHub
parent 2981788b4c
commit cea1a5cdec

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