frontend/docker-compose.yml

9 lines
171 B
YAML
Raw Permalink Normal View History

2020-12-20 17:23:30 +00:00
version: "3"
2020-12-19 13:28:49 +00:00
services:
httpd:
build: .
2020-12-20 17:23:30 +00:00
volumes:
- ./public/env.sample.js:/usr/share/nginx/html/env.js
2020-12-19 13:28:49 +00:00
ports:
2020-12-20 17:23:30 +00:00
- 4050:80