diff --git a/Dockerfile b/Dockerfile index bbd853d..619d031 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ RUN npm install -g pm2@latest --production && \ # Copy configs and web files COPY ./configs/nginx.conf /etc/nginx/nginx.conf -COPY ./configs/default.conf /etc/nginx/conf.d/default.conf COPY ./configs/index.js /var/www/html/ COPY ./configs/package.json /var/www/html/ COPY ./configs/ecosystem.config.js /var/www/html/