Docker with an Angular Application

preview_player
Показать описание
Learn how to write a Dockerfile for your Angular application with port forwarding to serve your application from within the Docker image and view it from your local machine.

Checkout my Medium article below:

Don't forget to like and subscribe if you enjoyed the video!
Рекомендации по теме
Комментарии
Автор

Just wanted to say a HUGE thank you. I struggled all day with this yesterday and your solution worked for me on the first try. Plus I better understand what is happening now than I did.

burgels
Автор

Thank you for this, this is the only video that I've watched that doesn't use nginx

ranielquirante
Автор

Only your video helped me among 15 from youtube! Thank you!

mykhailo
Автор

Great video Jake. A few tiny thoughts.
--disable-host-check should be used because --disableHostCheck is being deprecated
My personal preference is to keep the commands in the package.json scripts.

fitigued
Автор

It's Working. Thanks a lot Mr Jake

erlaveera
Автор

great job, however using docker compose is missing and how to make the Dockerfile to work for both dev and prod.

nobodyeverybody
Автор

Thx for the video bro! But how can docker detect my code changes? I'm changing my html, but when i refresh the page, the content remains the same

Tibiafy
Автор

Nice thanks! Your mac is like exploading haha

MrOpera
Автор

Hi, Jake, thank you very much for the video! One question, when i Run docker run --rm -it -p 4201:4200 test-app in vscode I am getting
Error: error:0308010C:digital envelope routines::unsupported.
Any ideas?

ТирионЛаннистер-цф
Автор

Hi Jake, I'm getting this message "no matching manifest for windows/amd64 10.0.18363 in the manifest list entries
The terminal process "C:\WINDOWS\System32\cmd.exe /d /c docker build --pull --rm -f "Dockerfile" -t appdocker:v1 "."" terminated with exit code: 1."

chetant