docker: fixed missing app-dist from the image build

This commit is contained in:
Eugene Pankov
2022-11-07 22:33:51 +01:00
parent c70ed34482
commit 235ba2497c
2 changed files with 4 additions and 4 deletions

View File

@@ -6,14 +6,12 @@ services:
- db
ports:
- 9090:80
volumes:
- ./app-dist:/app-dist
environment:
- DATABASE_URL=mysql://root:123@db/tabby
- PORT=80
- DEBUG=False
- APP_DIST_STORAGE=file:///app-dist
- DOCKERIZE_ARGS="-wait tcp://db:3306 -timeout 60s"
# - APP_DIST_STORAGE="file:///app-dist"
db:
image: mariadb:10.7.1