Skip to content

Commit

Permalink
[PWA-2801] Reduce docker build context size (#3845)
Browse files Browse the repository at this point in the history
Co-authored-by: Kayden Althen <[email protected]>
  • Loading branch information
OneCricketeer and sharkySharks authored May 11, 2022
1 parent 0886d32 commit ce3e245
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
**/*.git
.github/
**/.gitignore

CHANGELOG.md
pwa-devdocs/
images/

*.dockerfile
docker/
!docker/.env*

**/.editorconfig

docker-compose.yml

scripts/
!scripts/monorepo-introduction.js

# mounted as a volume and used with cypress image, not pwa-studio build
venia-integration-tests/

packages/**/node_modules
packages/**/dist

0 comments on commit ce3e245

Please sign in to comment.