fix: docker file
All checks were successful
/ build-docker-image (push) Successful in 11s

This commit is contained in:
2025-09-14 01:54:10 +01:00
parent db2a973b7d
commit 1afda6697d

View File

@@ -17,8 +17,8 @@ RUN ln -s /app/scripts/remote-connect /usr/local/bin/remote-get-folder-size
#USER borg #USER borg
#WORKDIR /app #WORKDIR /app
RUN echo "source /usr/local/bin/loadenv" > ~/root/.bash_profile RUN echo "source /usr/local/bin/loadenv" > /root/.bash_profile
RUN echo "source /usr/local/bin/loadenv" > ~/root/.bashrc RUN echo "source /usr/local/bin/loadenv" > /root/.bashrc
ENTRYPOINT ["bash" , "-c", "borg $0"] ENTRYPOINT ["bash" , "-c", "borg $0"]