Skip to content

Commit

Permalink
fix: docker-compose
Browse files Browse the repository at this point in the history
- cannot find .env
  • Loading branch information
datlt4 committed Apr 20, 2024
1 parent 1273322 commit 0c8f649
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ volumes:

services:
zxz:
image: zxz:latest
image: hienanh/zxz:latest
container_name: zxz
# build:
# context: ./
# dockerfile: Dockerfile
#build:
# context: ./
# dockerfile: Dockerfile
env_file:
- .env
restart: always
Expand Down
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ export FLASK_ENV=production

flask db upgrade

flask run -h 0.0.0.0

flask run -h 0.0.0.0 --debug

0 comments on commit 0c8f649

Please sign in to comment.