Skip to content

Commit

Permalink
unlink .dockerignore from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Dec 14, 2023
1 parent 6a66dd0 commit c2af4be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/microservice-user-transactions-aggregate/.dockerignore

This file was deleted.

4 changes: 4 additions & 0 deletions cmd/microservice-user-transactions-aggregate/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.out
lint
docker
test
7 changes: 6 additions & 1 deletion scripts/create-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ docker
test
EOF

ln -s .gitignore .dockerignore
cat > .dockerignore << EOF
*.out
lint
docker
test
EOF

write_err "Done!"

0 comments on commit c2af4be

Please sign in to comment.