one Dockerfile

This commit is contained in:
2019-08-20 16:24:39 +03:00
parent 538ba9f2d9
commit 025c58adac
5 changed files with 7 additions and 104 deletions
+1 -2
View File
@@ -3,7 +3,7 @@ services:
qchgk:
build:
context: src
dockerfile: ../nightly.Dockerfile
dockerfile: ../Dockerfile
image: 'b4tman/qchgk:rocket'
container_name: 'qchgk'
ports:
@@ -20,4 +20,3 @@ services:
# RUST_BACKTRACE: full
volumes:
- '/data/lab/docker/qchgk_web/db:/db/:ro'