Co-authored-by: Guillaume Lours <guillaume@lours.me> Signed-off-by: phamthainb <phamthai4643@gmail.com>
9 lines
119 B
YAML
Executable File
9 lines
119 B
YAML
Executable File
version: "2"
|
|
services:
|
|
frontend:
|
|
build:
|
|
context: .
|
|
container_name: frontend
|
|
ports:
|
|
- "80:80"
|