applications renamed to app
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
services:
|
||||
# The Django Web Application
|
||||
web:
|
||||
build: .
|
||||
container_name: card-players-unite-web
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user