https://github.com/hacknlove/angular-fullstack-prod
docker image to run angular-fullstack in production
https://github.com/hacknlove/angular-fullstack-prod
Last synced: 20 days ago
JSON representation
docker image to run angular-fullstack in production
- Host: GitHub
- URL: https://github.com/hacknlove/angular-fullstack-prod
- Owner: hacknlove
- Created: 2014-11-18T14:44:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T14:53:34.000Z (over 11 years ago)
- Last Synced: 2025-01-08T20:50:55.950Z (over 1 year ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#angular-fullstack-prod
## Description
This image that I use in [Crowdference](https://crowdference.org) to run the prod server.
## Start a new container
docker run -p 127.0.0.1:port:8080 -d --name your-project --restart=always -v /apppath/node_modules/:/angular-fullstack/node-modules -v/apppath/dist:/angular-fullstack/dist pykiss/angular-fullstack-prod