Re #249 - Add EXPOSE 5000 to Dockerfile

pull/263/head
dgtlmoon 3 years ago
parent c749d2ee44
commit 3195ffa1c6

@ -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

Loading…
Cancel
Save