更新 Dockerfile

This commit is contained in:
ywp
2025-10-22 16:23:20 +08:00
parent afdd41d6a3
commit 15b468a7a2

View File

@ -54,5 +54,5 @@ COPY nginx.conf /etc/nginx/nginx.conf
COPY start.sh /start.sh
RUN chmod +x /start.sh
EXPOSE 80
EXPOSE 80 3001
CMD ["/start.sh"]