Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 371 Bytes

File metadata and controls

10 lines (7 loc) · 371 Bytes

docker-nginx-supply

Docker image for testing and deployment of supply nginx pipeline

To build the docker image: docker build -t appiriodevops/nginx-supply:latest .

To run the docker container: docker build -d -e "ENV=" -P 8000:8000 appiriodevops/nginx-supply

The build script creates the configurations for dev and builds the docker image. Run runs it.