删除重复的 COPY 指令

This commit is contained in:
Kenn Zhang 2024-05-09 10:50:49 +00:00
parent a95e6c13b8
commit e80abbce45

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