docker: use platform-specific dockerize build - fixes #43

This commit is contained in:
Eugene Pankov
2022-01-27 11:01:07 +01:00
parent 533ad46c96
commit 5d94835d7d
3 changed files with 13 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ services:
- ENABLE_HOMEPAGE=False
- DEBUG=False
- APP_DIST_STORAGE=file:///app-dist
- WAIT_HOSTS=db:3306
- DOCKERIZE_ARGS="-wait tcp://db:3306 -timeout 60s"
db:
image: mariadb:10.7.1