This is the front end application of Qicoo app. All files are under development.
Specify environment variable when building Docker image.
docker build --build-arg BASE_URL=http://example.net/v2 -t "cndjp/qicoo-front:dev" .
Run command below:
docker run --rm -d -p 8080:80 cndjp/qicoo-front