frontend/docker-compose.yml

9 lines
171 B
YAML

version: "3"
services:
httpd:
build: .
volumes:
- ./public/env.sample.js:/usr/share/nginx/html/env.js
ports:
- 4050:80