diff --git a/server/product/Dockerfile b/server/product/Dockerfile index 4ec40fcf..d61adfe3 100755 --- a/server/product/Dockerfile +++ b/server/product/Dockerfile @@ -2,5 +2,4 @@ FROM alpine WORKDIR /www/fusenapi/ COPY ./bin/api-product-srv /www/fusenapi/ -COPY ./etc /www/fusenapi/etc CMD ["/www/fusenapi/api-product-srv"]