From f93ee1ccfe551da89dbaf01816005631e14a60c5 Mon Sep 17 00:00:00 2001 From: s487178 Date: Wed, 5 Apr 2023 22:36:12 +0200 Subject: [PATCH] delete repo clone in docker file test --- dockerfile3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dockerfile3 b/dockerfile3 index 595239b..0e050b2 100644 --- a/dockerfile3 +++ b/dockerfile3 @@ -15,6 +15,8 @@ ENV PATH="/root/.local/bin:$PATH" WORKDIR /app -RUN git clone https://git.wmi.amu.edu.pl/s487178/ium_s487178.git /app +COPY . /app + +#RUN git clone https://git.wmi.amu.edu.pl/s487178/ium_s487178.git /app #CMD ["python3", "body_performance.py"] \ No newline at end of file