martin/.dockerignore
Yuri Astrakhan 6b114cc7f1
Docker improvements and CI tests (#472)
* 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
2022-11-02 19:00:05 +01:00

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/