Back
karasevm/notes
By karasevm
Example dockerized project
8
Based on an example project from full stack react course. The app is a simple note app.
Example command to start the image
docker run -d -p 3000:3000 karasevm/notes
docker pull karasevm/notes