diff --git a/.github/deployment/front/Dockerfile b/.github/deployment/front/Dockerfile index 1a7045b5ad..3c3a58fd9f 100644 --- a/.github/deployment/front/Dockerfile +++ b/.github/deployment/front/Dockerfile @@ -1,6 +1,6 @@ FROM openresty/openresty:1.25.3.1-0-buster WORKDIR /app -COPY ./packages/frontend/core/dist/index.html ./dist/index.html +COPY ./packages/frontend/core/dist ./dist COPY ./.github/deployment/front/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf COPY ./.github/deployment/front/affine.nginx.conf /etc/nginx/conf.d/affine.nginx.conf