diff --git a/forwarder/Dockerfile b/forwarder/Dockerfile index 8992cd3..f5682fe 100644 --- a/forwarder/Dockerfile +++ b/forwarder/Dockerfile @@ -4,7 +4,7 @@ COPY requirements.txt ./ RUN apt-get update && apt-get install -y cmake RUN pip install -r ./requirements.txt -# COPY app.py ./ +COPY app.py ./ CMD ["python", "app.py"]