From 4ea6a1b9e40f8d4aa6bd5bea9802979353330cc9 Mon Sep 17 00:00:00 2001 From: s487178 Date: Wed, 12 Apr 2023 22:22:18 +0200 Subject: [PATCH] repair error --- dockerfile3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile3 b/dockerfile3 index e72271b..0e050b2 100644 --- a/dockerfile3 +++ b/dockerfile3 @@ -15,7 +15,7 @@ ENV PATH="/root/.local/bin:$PATH" WORKDIR /app -COPY --no-cache . /app +COPY . /app #RUN git clone https://git.wmi.amu.edu.pl/s487178/ium_s487178.git /app