DEV Community

Discussion on: Yet another way to containerize your React app with Docker multi-stage build

Collapse
 
msandovaldev profile image
Marco A. Sandoval E.

Great Job!

Just a correction on the port flag:

docker run --rm -p 8080:80 fooapp:v1