martin/.dockerignore
Yuri Astrakhan 2c6ad7e906
minor docker fixes (#396)
* ports should be in quotes
* added .dockerignore (copy of .gitignore)
2022-09-13 01:55:26 -04:00

14 lines
253 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
#### COPIED FROM .gitignore ####
.DS_Store
/target/
**/*.rs.bk
.idea/
pg_data/
config.yml