mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
6b114cc7f1
* Change docker image to use `entrypoint` -- so that Martin can be used as a command: ```bash docker run maplibre/martin <parameters> ``` * The docker image is now tested the same way as in the CI tests * Added a few changes to the justfile Fixes #436
20 lines
377 B
Plaintext
20 lines
377 B
Plaintext
# Extras that are not part of .gitignore
|
|
.git/
|
|
# Having Dockerfile in .dockerignore lets us develop docker images without full rebuild on each change
|
|
Dockerfile
|
|
# Justfile is not needed in the image
|
|
justfile
|
|
# Remove self from the image too
|
|
.dockerignore
|
|
|
|
#### COPIED FROM .gitignore ####
|
|
.DS_Store
|
|
/target/
|
|
**/*.rs.bk
|
|
.idea/
|
|
|
|
pg_data/
|
|
config.yml
|
|
tests/output/
|
|
tests/expected/
|