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

This commit is contained in:
Kenn Zhang 2024-05-11 11:49:21 +08:00 committed by XXXXRT666
parent 9cccecc96e
commit 27cf997e6c

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