From 86f0bf79fa5376a8c00c0dbe4d06d2fc21d69e09 Mon Sep 17 00:00:00 2001 From: TheApplePieGod Date: Fri, 3 Jan 2025 19:15:06 -0600 Subject: [PATCH] Add trailing slash --- saturn/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saturn/Dockerfile b/saturn/Dockerfile index aa448b844..7c04f3ac1 100644 --- a/saturn/Dockerfile +++ b/saturn/Dockerfile @@ -25,7 +25,7 @@ RUN apt-get install -y -t unstable openjdk-8-jdk # Copy python from intermediate container COPY --from=python /usr/local/bin/python3.12 /usr/local/bin/python3.12 -COPY --from=python /usr/local/lib/libpython3.* /usr/local/lib +COPY --from=python /usr/local/lib/libpython3.* /usr/local/lib/ ENV APP_HOME /app WORKDIR $APP_HOME