UNPKG

@mariozechner/create-app

Version:

CLI for creating deployable web applications with Docker, Caddy, and modern tooling

13 lines (12 loc) 291 B
# Development overrides services: web: ports: - "${PORT:-8080}:80" livereload: image: node:alpine stop_grace_period: 1s working_dir: /app command: sh -c "npm install -g livereload && livereload /app/public --port 35729" volumes: - ../dist:/app/public