diff --git a/.github/deployment/Dockerfile b/.github/deployment/Dockerfile index 95ea5f87c5..0e55124132 100644 --- a/.github/deployment/Dockerfile +++ b/.github/deployment/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:alpine -COPY ./out /usr/share/nginx/html +COPY ./packages/app/out /usr/share/nginx/html COPY ./.github/deployment/nginx.conf /etc/nginx/conf.d/default.conf