2i2c-org / unnamed-thingity-thing

https://2i2c.org/unnamed-thingity-thing/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add a `Dockerfile` that builds this project #10

Closed yuvipanda closed 1 month ago

yuvipanda commented 1 month ago

We will be deploying this on kubernetes, so we need to build a Dockerfile that can be used to deploy this.

Use the official python docker image as the base image. gunicorn should be included in the image so it can be used to actually run the server.

Per the Linux FHS, let's put the code for this project under /opt - maybe under /opt/unnamed-thingity-thing (to be renamed later)

Definition of done