martin/demo/.dockerignore
Yuri Astrakhan d311888f94
Update Docker build process (#1022)
* Fix docker file builds to use debian
* add a few more things to `.dockerignore`
* remove unused `martin` from docker-compose.yml
* delete unused arm64.Dockerfile

This should also fix #1021
2023-11-23 21:14:32 -05:00

30 lines
349 B
Plaintext

#### This must match .dockerignore ####
# dependencies
frontend/node_modules
# testing
frontend/coverage
# production
frontend/build
frontend/dist
db/initdb/taxi_zones
db/initdb/taxi_trips
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea
data
db/db