Tweak to dockerfile

This commit is contained in:
2022-11-13 23:46:39 +11:00
parent 39258d5884
commit fabc7c044e
+2
View File
@@ -8,6 +8,8 @@ services:
build: . build: .
ports: ports:
- 80 - 80
environment:
- WEB_ADDRESS=kingdombattles.net
volumes: volumes:
- static_volume:/app/public - static_volume:/app/public
labels: labels: