Sign inSign up

cndjp/qicoo-front

By cndjp

Updated over 6 years ago

Qicoo: Posting question service web front app

Image
0

1.3K

cndjp/qicoo-front repository overview

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

Tag summary

Content type

Image

Digest

Size

7.7 MB

Last updated

almost 7 years ago

docker pull cndjp/qicoo-front