From 691c134d1302d00da027cadde29386fdf135d717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Wed, 10 May 2023 18:04:01 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index aecddb4..19a5868 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,4 @@ RUN apt install git -y CMD python3 predict.py -WORKDIR /app - -COPY ./metrics.txt . \ No newline at end of file +WORKDIR /app \ No newline at end of file