Fix Dockerfile build error - remove non-existent default.conf
Some checks failed
Cloud Node Container / Build-and-Push (18) (push) Failing after 26s
Cloud Node Container / Build-and-Push (20) (push) Failing after 23s
Cloud Node Container / Build-and-Push (22) (push) Failing after 25s

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:
2025-07-21 16:03:18 -07:00
parent 2989cd590a
commit 0b99f5f011

View File

@@ -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/