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