Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 302 Bytes

lamas-project

API_PORT=4000 docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build

#!/bin/sh echo "PORT=$PORT" git fetch origin && git reset --hard origin/main && git clean -f -d GATEWAY_PORT=$PORT docker-compose -f docker-compose.yml -f docker-compose.staging.yml up --build -d