Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 309 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 309 Bytes

ORXAPI-BUILDER

Build

docker-compose build

Launch

Launch the below command to pull/build the docker image et launch the docker builder

docker-compose up -d

Debug

docker-compose build && docker run -u node -it --rm --name front-builder front-builder:latest /bin/bash