🐳 Ignore uneeded files, to reduce container size

This commit is contained in:
Alicia Sykes 2021-08-19 20:12:20 +01:00
parent cab18d5471
commit cbb1bcfc91
1 changed files with 9 additions and 0 deletions

9
.dockerignore Normal file
View File

@ -0,0 +1,9 @@
# Files specified here are not required for Docker
# so ignoring them helps to reduce the container size
# The Docker container MUST have the following files:
# package.json yarn.lock server.js vue.config.js src/ services/
node_modules
docs
.git
.github