kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Re #249 - Add EXPOSE 5000 to Dockerfile
rodzic
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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue