forked from cerc-io/stack-orchestrator
		
	
							parent
							
								
									8ee702f6ff
								
							
						
					
					
						commit
						9b22685484
					
				| @ -44,11 +44,14 @@ RUN npm config set @cerc-io:registry ${CERC_NPM_URL} \ | |||||||
|     && npm config set @lirewine:registry ${CERC_NPM_URL} \ |     && npm config set @lirewine:registry ${CERC_NPM_URL} \ | ||||||
|     && npm config set -- ${CERC_NPM_URL}:_authToken ${CERC_NPM_AUTH_TOKEN} |     && npm config set -- ${CERC_NPM_URL}:_authToken ${CERC_NPM_AUTH_TOKEN} | ||||||
| 
 | 
 | ||||||
| # TODO: the image at this point could be made a base image for several different CLI images | # Install simple web server for now (use nginx perhaps later) | ||||||
| # that install different Node-based CLI commands | RUN yarn global add http-server | ||||||
| 
 | 
 | ||||||
| # Globally install the cli package | # Globally install the payload web app package | ||||||
| RUN yarn global add @cerc-io/console-app | RUN yarn global add @cerc-io/console-app | ||||||
| 
 | 
 | ||||||
|  | # Expose port for http | ||||||
|  | EXPOSE 80 | ||||||
|  | 
 | ||||||
| # Default command sleeps forever so docker doesn't kill it | # Default command sleeps forever so docker doesn't kill it | ||||||
| CMD ["sh", "-c", "while :; do sleep 600; done"] | CMD ["sh", "-c", "while :; do sleep 600; done"] | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user