dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.65k stars 10.57k forks source link

Add .dockerignore to worker, fixes #349 #353

Open Mrxx99 opened 2 months ago

Mrxx99 commented 2 months ago

As described in #349 docker compose up fails because of bin/obj folders beeing included, the .dockerignore fixes this issue

Fixes #349