ReadAlongs / Studio-Web-archived

ReadAlong Studio Web Interface
Other
2 stars 2 forks source link

Make a Dockerfile to run Studio-Web locally in a docker image #15

Open joanise opened 2 years ago

joanise commented 2 years ago

The image needs to run Studio/readalongs/web_api.py in our process and serve this app in another. It should expose a port so we can connect to it from a browser on the host computer rather than inside the image.

Useful references for running more than one process in a Docker image, although I'm sure there are many more ways to do it: