Skip to content

Commit

Permalink
Add .dockerignore to worker, fixes dockersamples#349
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrxx99 authored Jul 5, 2024
1 parent 8b0f5ad commit c697d57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions worker/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.dockerignore
.env
.git
.gitignore
.vs
.vscode
docker-compose.yml
docker-compose.*.yml
**/bin
**/obj
bin/
obj/

0 comments on commit c697d57

Please sign in to comment.