diff --git a/apps/static/Dockerfile b/apps/static/Dockerfile index bf63572..a5652c5 100644 --- a/apps/static/Dockerfile +++ b/apps/static/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /usr/share/nginx/html RUN rm -rf ./* # Copy only static assets from the UI project -COPY apps/ui/static/ ./ +COPY apps/static/static/ ./ EXPOSE 80