.
All checks were successful
/ build-docker-image (push) Successful in 41s

This commit is contained in:
2025-09-21 19:54:57 +01:00
parent b8d08df128
commit 7317779e18

View File

@@ -28,7 +28,7 @@ COPY ./docker/app /app
RUN echo "creating symbolic links to app/scripts."
RUN ln -s /app/scripts/loadenv /usr/local/bin/loadenv
RUN ln -s /app/scripts/remote-connect /usr/local/bin/remote-connect
RUN ln -s /app/scriptsremote-get-folder-size /usr/local/bin/remote-get-folder-size
RUN ln -s /app/scripts/remote-get-folder-size /usr/local/bin/remote-get-folder-size
RUN echo "creating .ssh folder."
RUN mkdir /root/.ssh