Skip to content

Commit

Permalink
🐳 Ignore uneeded files, to reduce container size
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Aug 19, 2021
1 parent cab18d5 commit cbb1bcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cbb1bcf

Please sign in to comment.