From e9c1fc612d339fa89692f3a5562f9b88fa5b8f20 Mon Sep 17 00:00:00 2001 From: Andrew D. France Date: Wed, 23 Jul 2025 00:05:56 -0500 Subject: Copying the ENTIRE subdirectory as expected: ln:27 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1856412..ac570c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ WORKDIR /app COPY . . # Creates the .lush config directory in the root user home directory as install.sh expects. -RUN mkdir -p /root/.lush && cp -r ./.lush/scripts /root/.lush/ +RUN mkdir -p /root/.lush && cp -r ./.lush/* /root/.lush/ CMD ["premake5", "gmake2"] -- cgit v1.2.3-59-g8ed1b