Commit b005c1ea authored by Vũ Hoàng Anh's avatar Vũ Hoàng Anh

fix: docker-compose env and gitignore updates

parent 87ff57df
...@@ -5,6 +5,7 @@ services: ...@@ -5,6 +5,7 @@ services:
backend: backend:
build: . build: .
container_name: canifa_backend container_name: canifa_backend
env_file: .env
ports: ports:
- "8000:8000" - "8000:8000"
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment