Move code

This commit is contained in:
MinCheTsai 2022-10-13 21:13:38 +08:00
parent ea05414f62
commit 762c725453
2 changed files with 0 additions and 14 deletions

View File

@ -1,12 +0,0 @@
FROM python:3.7-slim-buster
COPY requirements.txt ./
RUN apt-get update && apt-get install -y cmake
RUN pip install -r ./requirements.txt
COPY app.py ./
CMD ["python", "app.py"]
RUN adduser --system forwarder
USER forwarder

View File

@ -1,2 +0,0 @@
awsiotsdk==1.7.1
paho-mqtt==1.6.1