Fix docker configuration for local tests
This commit is contained in:
+4
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user