stefanpaduraru / playlist-randomizer

A small React app that makes use of Redux, React Router and Material UI
http://playlist-randomizer.com
48 stars 11 forks source link

Adds initial support for docker #4

Closed webuniverseio closed 4 years ago

webuniverseio commented 4 years ago

Dockerfile - builds the project, serves it via port 5000 by default .dockerignore - no need to mount local node_modules

Thoughts on this? May be useful if anyone wants to run it locally.