mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-21 21:06:12 +00:00
Tweaking Dockerfile for new eventlet wrapper
This commit is contained in:
@@ -2,7 +2,12 @@ FROM python:3.8-slim
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
RUN pip3 install -r /tmp/requirements.txt
|
||||
|
||||
# The actual flask app
|
||||
COPY backend /app
|
||||
|
||||
# The eventlet server wrapper
|
||||
COPY backend.py /app/backend.py
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# https://stackoverflow.com/questions/58701233/docker-logs-erroneously-appears-empty-until-container-stops
|
||||
|
||||
Reference in New Issue
Block a user