chore: prepare docker webgis deployment
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "${APP_PORT:-8080}:80"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
app:
|
||||
ports:
|
||||
- "${APP_PORT:-8080}:80"
|
||||