263ba37b97
add react-nginx Signed-off-by: phamthainb <phamthai4643@gmail.com>
9 lines
121 B
YAML
Executable File
9 lines
121 B
YAML
Executable File
version: "3.7"
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: .
|
|
container_name: frontend
|
|
ports:
|
|
- "80:80"
|