athenahr/.dockerignore
miguel456 c48db3f435
feat(docker): update docker, nginx config
Signed-off-by: miguel456 <me@nogueira.codes>
2023-08-07 21:56:09 +01:00

11 lines
258 B
Plaintext

# app is configured through docker-compose
.env
# deps are installed during build time
node_modules
vendor
# Let the framework create these. we don't need your cache if you rebuild the image
storage/debugbar
storage/logs
storage/framework
storage/env-editor