fi-ksi / web-backend

Backend for KSI web written in Python.
MIT License
8 stars 3 forks source link

feat: allow building docker image #137

Closed esoadamo closed 2 years ago

esoadamo commented 3 years ago

KSI backend can be run in a Docker container, with a few modifications:

To build the image execute ./.docker/build.sh. To run built image, execute docker run -p 3030:3030 -v /my/database/volume/:/var/ksi-be/ -it ksi-be, the backend will be accessible at http://127.0.0.1:3030