fix: Dockerfile remove COPY
This commit is contained in:
@@ -32,7 +32,6 @@ RUN apk add --no-cache tzdata \
|
||||
&& echo "Asia/Shanghai" > /etc/timezone
|
||||
|
||||
COPY --from=builder /out/product .
|
||||
COPY product/etc/product.yaml ./etc/product.yaml
|
||||
|
||||
EXPOSE 10100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user