Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Copy over the dockerignore patterns from data/
Browse files Browse the repository at this point in the history
Just to make sure we aren’t wasting a lot of time copying Python bytecode
and temporary files over to the docker containers.
  • Loading branch information
esheehan-gsl committed May 5, 2023
1 parent d0e0c3b commit 6394725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/api/.dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
**/__pycache__/
node_modules/
/tmp

*.pyc

0 comments on commit 6394725

Please sign in to comment.