mirror of
https://github.com/Leahnaya/smash-or-pass.git
synced 2026-03-21 21:34:07 -05:00
10 lines
189 B
YAML
10 lines
189 B
YAML
version: '3'
|
|
|
|
services:
|
|
react-app:
|
|
build:
|
|
context: ../
|
|
dockerfile: ./docker/Dockerfile
|
|
volumes:
|
|
- ../public/env/Config.js:/usr/share/nginx/html/env/Config.js:ro
|