From ea05414f62ed64c87ae265e2c9b50fb0f94c6f42 Mon Sep 17 00:00:00 2001 From: MinCheTsai Date: Thu, 13 Oct 2022 21:10:48 +0800 Subject: [PATCH] Move file --- forwarder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]