diff --git a/Dockerfile b/Dockerfile index bc73d15..70e5487 100755 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ COPY --from=builder /app/dist /usr/share/nginx/html COPY --from=builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 32166 CMD ["nginx", "-g", "daemon off;"] - # FROM nginx:stable-alpine # COPY /dist /usr/share/nginx/html # COPY /nginx.conf /etc/nginx/nginx.conf