更新 Dockerfile
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user