0.1.0 • Published 3 years ago

workclass-front-end-template v0.1.0

Weekly downloads
-
License
0BSD
Repository
github
Last release
3 years ago

How to start gatsby with docker

docker build . -t workclass-frontend
docker run --name workclass-frontend-container -d -p 1234:1234 -e GATSBY_API_URL='http://127.0.0.1:8000' workclass-frontend