Created dockerfile for running WMGZON web application

This commit is contained in:
2024-01-01 15:39:48 +00:00
parent f633660307
commit ce24d792cf
5 changed files with 19 additions and 3 deletions

View File

@@ -10,4 +10,12 @@ services:
- ./data:/root/db
ports:
- '9000:9000'
restart: unless-stopped
restart: unless-stopped
wmgzon:
container_name: "wmgzon"
build: .
ports:
- "5000:5000"
volumes:
- .:/code