cowin-monitor/docker-compose.yml
Ameya Shenoy ee66773268
feat: add landing page
this is a partially working commit

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2021-05-04 21:24:31 +05:30

14 lines
226 B
YAML

version: "3.8"
services:
frontend:
image: node:15.14.0-alpine3.12
restart: unless-stopped
volumes:
- ./frontend:/code
working_dir: /code
entrypoint: sh entrypoint.sh
ports:
- 8080:8080