Skip to content

Commit

Permalink
Added .dockerIgnore to reduce docker image build-time and size
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Jan 26, 2024
1 parent 9037191 commit c2fe52a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
client/node_modules/
client/build/
target/
.github/
.ebextensions/
.elasticbeanstalk/
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ target/
!.elasticbeanstalk/*.global.yml
Dockerrun.aws.json
build/*
/.dockerignore

#Local docker-compose env-variable files
.env
Expand Down

0 comments on commit c2fe52a

Please sign in to comment.