GitHub - cloudEthusiast/angular-nginx-with-proxy-docker-sample: Angular nginx dockerization

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Demo1

This project is an example of how is the correct way to use angular and nginx proxy. Angular version: 6

How to run!

Create a new docker image

docker build -t test:dev .

Run the image

docker run --rm -e BACKEND_URI="https://dog.ceo" -p 7070:80 test:dev

About

Angular nginx dockerization

Resources

Readme

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • TypeScript 73.9%
  • JavaScript 17.2%
  • HTML 4.3%
  • Dockerfile 3.8%
  • CSS 0.8%