Re #249 - Add EXPOSE 5000 to Dockerfile

This commit is contained in:
dgtlmoon
2021-10-06 22:28:35 +02:00
parent c749d2ee44
commit 3195ffa1c6
+2
View File
@@ -46,6 +46,8 @@ RUN [ ! -d "/datastore" ] && mkdir /datastore
COPY --from=builder /dependencies /usr/local
ENV PYTHONPATH=/usr/local
EXPOSE 5000
# The actual flask app
COPY changedetectionio /app/changedetectionio
# The eventlet server wrapper