diff options
| author | 2025-07-23 00:05:56 -0500 | |
|---|---|---|
| committer | 2025-07-23 00:05:56 -0500 | |
| commit | e9c1fc612d339fa89692f3a5562f9b88fa5b8f20 (patch) | |
| tree | 5ed17937a0051cfa29cce391687ce5d74716e1aa /Dockerfile | |
| parent | Ensure that the expected directory structure exists inside the container, jus... (diff) | |
Copying the ENTIRE subdirectory as expected: ln:27
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]
|
