Added Backend CI-Build

This commit is contained in:
Mawoka
2022-08-26 21:47:45 +02:00
parent f6a0e80ad9
commit a929232bbb
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -13,9 +13,7 @@ services:
REDIS_URL: redis://redis:6379/0?decode_responses=True
API_URL: http://api:80
api:
build:
context: .
dockerfile: Dockerfile
image: ghcr.io/mawoka-myblock/classquiz:master
restart: always
depends_on:
- db