Disable debug

This commit is contained in:
Matej Bačo 2024-03-08 19:12:53 +01:00
parent 513bf7eaca
commit 4de95913a5

View file

@ -50,8 +50,8 @@ services:
build:
context: .
args:
DEBUG: true
TESTING: true
DEBUG: false
TESTING: false
VERSION: dev
ports:
- 9501:80