fix Dockerfile

This commit is contained in:
Tom Irgang 2023-04-17 21:39:07 +02:00
parent 5ca7e7c663
commit dc522daffe

View file

@ -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"]