diff --git a/Dockerfile b/Dockerfile index d521c19..13e67a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM nginx:latest -COPY www /usr/share/nginx/html +COPY dist /usr/share/nginx/html COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh