chore: Update Dockerfile to remove unnecessary SSH server configuration

This commit is contained in:
2024-07-08 22:02:56 +02:00
parent 282d6b27f6
commit 8622a71053
4 changed files with 52 additions and 6 deletions
+3
View File
@@ -44,6 +44,9 @@ 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