cowin-monitor/docker-compose.yml

15 lines
226 B
YAML
Raw Normal View History

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