dockerfile ready

This commit is contained in:
Tomás L
2024-07-25 18:17:36 -04:00
parent 913af71226
commit 993385f809
4 changed files with 12 additions and 8 deletions

View File

@@ -17,6 +17,6 @@ COPY BBoxProcessor.py .
COPY URSentry.py .
COPY dockermain.py .
ENV UNIFI_PASSWORD = ''
ENV UNIFI_PASSWORD=''
CMD [ "python", "./dockermain.py" ]