An open API service indexing awesome lists of open source software.

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

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