mirror of
https://github.com/NotAShelf/air-quality-monitor.git
synced 2025-11-03 04:26:36 +00:00
init
This commit is contained in:
commit
9df325b73e
10 changed files with 268 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM python:3.8
|
||||
WORKDIR /code
|
||||
COPY src/requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
COPY src .
|
||||
ENTRYPOINT [ "python" ]
|
||||
CMD [ "app.py" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue