Tightened up the .dockerignore files.

master
Pacman Ghost 4 years ago
parent 3cf615c48f
commit 988966531f
  1. 14
      .dockerignore
  2. 11
      web/.dockerignore

@ -1 +1,13 @@
web
*
# NOTE: docker-compose doesn't allow spaces after the !'s :-/
!setup.py
!requirements*.txt
!asl_articles/
!run_server.py
!LICENSE.txt
!alembic/
!docker/

@ -1 +1,10 @@
node_modules
*
# NOTE: docker-compose doesn't allow spaces after the !'s :-/
!package.json
!src/
!public/
!docker/

Loading…
Cancel
Save