Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 419 Bytes

Qicoo App front end

This is the front end application of Qicoo app. All files are under development.

How to change the backend API base URL

Specify environment variable when building Docker image.

docker build --build-arg BASE_URL=http://example.net/v2 -t "cndjp/qicoo-front:dev" .

How to see mock website with Docker

Run command below:

docker run --rm -d -p 8080:80 cndjp/qicoo-front