Skip to content

Commit

Permalink
Add trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 4, 2025
1 parent 1bd1556 commit 86f0bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saturn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86f0bf7

Please sign in to comment.