mirror of
https://github.com/maptiler/tileserver-gl.git
synced 2024-11-04 02:17:42 +03:00
Fix the docker image port to fix backward compatibility (#502)
This commit is contained in:
parent
7c1420982c
commit
a3d7f8bcbd
@ -46,10 +46,10 @@ ENV CHOKIDAR_INTERVAL=500
|
||||
VOLUME /data
|
||||
WORKDIR /data
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 80
|
||||
|
||||
USER node:node
|
||||
|
||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||
|
||||
CMD ["-p", "8000"]
|
||||
CMD ["-p", "80"]
|
||||
|
Loading…
Reference in New Issue
Block a user