UNPKG

frontend-bootstrap-cli

Version:

Quickly bootstrap your frontend boilerplate library

12 lines (11 loc) 192 B
version: "3.4" services: frontend: image: frontend restart: always build: context: . dockerfile: ./Dockerfile container_name: frontend ports: - 5003:80