mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-20 04:16:07 +00:00
Re #249 - Add EXPOSE 5000 to Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user