Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 438 Bytes

README.md

File metadata and controls

31 lines (14 loc) · 438 Bytes

apouletude

Build backend

Run Backend

docker run -d --name backendContainer -p 5000:5000 backend:alpha

Build frontend

docker build -t frontend:alpha -f ./Dockerfile .

Run frontend

docker run -d --name frontendContainer -p 5000:5000 backend:alpha

Build relayer

docker build -t relayer:alpha -f ./Dockerfile .

run compose

docker compose --project-name webapp up -d