Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 265 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 265 Bytes

Set in docker-compose.override ENV

API_URI=

Install dependencies inside container:

docker-compose run web-next npm i -q

Create and start containers:

docker-compose up

Open a browser:

open "https://localhost:3000/"