Move code
This commit is contained in:
parent
ea05414f62
commit
762c725453
@ -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
|
@ -1,2 +0,0 @@
|
||||
awsiotsdk==1.7.1
|
||||
paho-mqtt==1.6.1
|
Loading…
Reference in New Issue
Block a user