From 70c562b4e356839b627e6cf4f4b68fc43c517527 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Mon, 17 Apr 2023 22:20:22 +0700 Subject: [PATCH] fix dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07fa3e4..fd256ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,5 @@ COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt COPY mdns_search.py ./ COPY vestasync.py ./ -COPY user_cmd.sh ./ COPY files files/ CMD ["python", "vestasync.py"]