Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrixdust authored Jul 6, 2023
0 parents commit ba48412
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dockeri.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# These are all the files and directories that are _not_ included in the docker
# build. They are not used in the docker build and including them would simply
# invalidate the layer cache.
backend-tests
node_modules
demos
docs
dist
screenshots
target
out
arg.in
Dockerfile
*.wasm
*.swp

# filter out all "hidden" files and directories
# (.git, .dfx, .*ignore, etc)
.*

# except for the ones we really want
!.node-version

# Scripts are added explicitly as needed
scripts/
!scripts/build
!scripts/bootstrap

# docker build doesn't depend on the docker-compose setup
docker-test-env/

0 comments on commit ba48412

Please sign in to comment.