Update Dockerfile

This commit is contained in:
duffbeer2000
2019-12-15 13:47:44 +01:00
parent a598b7cebe
commit d0c77a6047
+1 -1
View File
@@ -4,6 +4,6 @@ RUN mkdir /otau
WORKDIR /usr/src/app
COPY ikea.py ./
COPY *.py ./
CMD [ "python", "./fw_downloads.py" ]