applications renamed to app

This commit is contained in:
Software Shinobi
2026-02-10 03:01:40 -05:00
parent 7c2b1dced1
commit 2218991ff6
10 changed files with 1577 additions and 7 deletions

View File

@@ -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: