diff --git a/Dockerfile b/Dockerfile index 2e60e10..d3d1c11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN ["npm", "run", "build"] FROM dragas/thttpd -COPY --from=build /code/public/ /usr/share/nginx/html/ +COPY --from=build /code/public/ /var/www/http/