Skip to content

try to follow documentation to setup a working Docker image

Mathieu Bridon requested to merge gh-5cf242c3/269/mbaechler/docker-image into master

Created by: mbaechler

based on https://github.com/ideascube/ideascube/pull/205 Just run docker build --tag=ideascube . and you'll get a docker image ready to run. docker run -p 8000:8000 ideascube then launch the server and expose the port 8000 on localhost.

Merge request reports