1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-08-21 21:56:18 +02:00

Ensure restarting runs well in Docker

This commit is contained in:
Petr Pridal
2015-09-05 02:54:14 +02:00
parent 56d749f982
commit dbc3651679
2 changed files with 4 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ RUN chmod +x /start.sh && \
VOLUME /var/www
EXPOSE 80
CMD ["/start.sh"]
ENTRYPOINT ["/start.sh"]