Fix docker configuration for local tests

This commit is contained in:
2024-07-29 00:11:21 +03:00
parent 6003c25709
commit c775dfd4ba
3 changed files with 16 additions and 16 deletions
+4 -5
View File
@@ -1,10 +1,9 @@
version: "3.9"
services:
anon3anon:
container_name: anon3anon
build:
context: .
dockerfile: Dockerfile
env_file:
- .env
dockerfile: docker/Dockerfile
volumes:
- "./bin:/app/bin"
env_file: .env