From 7d21575a639090cebafca5c01dbce89515bb1d29 Mon Sep 17 00:00:00 2001 From: chevybowtie Date: Tue, 26 Dec 2023 20:28:32 -0600 Subject: [PATCH] Update Dockerfile fix dos2unix cleanup command (path) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3317d013..9a85b0a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y nginx git cron dos2unix curl netcat ipu # running locally COPY ./ ${TINYSTATUS_DIR} -RUN dos2unix ./app +RUN dos2unix ${TINYSTATUS_DIR}/app/* # ███████╗ ██████╗██████╗ ██╗██████╗ ████████╗███████╗ # ██╔════╝██╔════╝██╔══██╗██║██╔══██╗╚══██╔══╝██╔════╝