ericjiang97 / personal-website-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personal-website-cms

To build image for production

$ cd cms
$ docker build \
  --build-arg NODE_ENV=production \
  # --build-arg STRAPI_URL=https://api.example.com \
  -t mystrapiapp:latest \
  -f Dockerfile.prod .

About

License:MIT License


Languages

Language:JavaScript 95.9%Language:Shell 4.1%