tileserver-gl/.dockerignore
Joakim Fors 6b96f224ae Streamline Dockerfile for caching and size
Move package installation to top of file to enable layer caching
in Docker. Use multi stage builds to reduce final image size.
Ignore everything but essential files when creating Docker build
context.
2020-12-04 16:19:30 +01:00

6 lines
56 B
Text

*
!src
!public
!package.json
!package-lock.json
!run.sh