mirror of
https://github.com/notherealmarco/SLAACsense.git
synced 2025-05-06 12:49:36 +02:00
Initial commit
This commit is contained in:
parent
7cacb3532b
commit
1d7e5e7cc8
11 changed files with 246 additions and 1 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM python:latest
|
||||
LABEL authors="notherealmarco"
|
||||
WORKDIR /app/
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python3", "/app/main.py"]
|
Loading…
Add table
Add a link
Reference in a new issue