fix Dockerfile
This commit is contained in:
parent
5ca7e7c663
commit
dc522daffe
1 changed files with 2 additions and 0 deletions
|
|
@ -25,4 +25,6 @@ RUN chmod +x /opt/app/start_server.sh
|
||||||
RUN chown -R www-data:www-data /opt/app
|
RUN chown -R www-data:www-data /opt/app
|
||||||
|
|
||||||
# start server
|
# start server
|
||||||
|
EXPOSE 8020
|
||||||
|
STOPSIGNAL SIGTERM
|
||||||
CMD ["/opt/app/start_server.sh"]
|
CMD ["/opt/app/start_server.sh"]
|
||||||
|
|
|
||||||
Reference in a new issue