Skip to content

Commit

Permalink
Dockerize climate context server
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 10, 2024
1 parent d0282b9 commit 8804a07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.10.15
ADD . /app
WORKDIR /app
RUN pip install -r requirements.txt
CMD ["python", "./main.py"]

0 comments on commit 8804a07

Please sign in to comment.