diff --git a/Dockerfile b/Dockerfile index 2e6a78e..91fd656 100755 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # CMD ["nginx", "-g", "daemon off;"] FROM nginx:stable-alpine -COPY /build /usr/share/nginx/html +COPY /dist /usr/share/nginx/html COPY /nginx.conf /etc/nginx/nginx.conf EXPOSE 32166 CMD ["nginx", "-g", "daemon off;"]