Fix Dockerfile build error - remove non-existent default.conf
The nginx default.conf is generated dynamically by create-nginx-config.sh script at runtime, not copied during build. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user