remove from build
Build and Push Docker Images / build-and-push (push) Successful in 22s

This commit is contained in:
2025-07-27 16:45:39 +02:00
parent 64bfa32b4a
commit 379cb1a7b3
3 changed files with 4 additions and 4 deletions
@@ -44,9 +44,6 @@ RUN npm install -g pm2
# Create a directory for the SSH keys
RUN mkdir -p /root/.ssh
RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && cd linux-presets && chmod +x setup.sh && ./setup.sh --terminal-icon 
RUN rm -r linux-presets/
# Copy the entrypoint script into the container
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
@@ -27,6 +27,9 @@ fi
git config --global user.name $GIT_USER
git config --global user.email $GIT_EMAIL
git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && cd linux-presets && chmod +x setup.sh && ./setup.sh --terminal-icon 
rm -r linux-presets/
# Ensure the SSH key has the correct permissions
chmod 600 /root/.ssh/id_rsa
+1 -1
View File
@@ -1 +1 @@
3.0
3.1