Webapp deploy (#662)

This commit is contained in:
2023-11-27 22:02:16 -07:00
committed by GitHub
parent 1b94db27c1
commit a68cd5d65c
11 changed files with 191 additions and 20 deletions
@@ -0,0 +1,8 @@
services:
webapp:
image: cerc/webapp-container:local
restart: always
environment:
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
ports:
- "3000"