General refactor and fix

This commit is contained in:
eroncero
2025-08-18 16:10:38 +02:00
parent ce59badfe0
commit 69b7243685
11 changed files with 17 additions and 19 deletions

View File

@@ -1,8 +1,9 @@
#!/bin/sh
apt-get update; apt-get full-upgrade -y; apt-get install nginx certbot python3-certbot-nginx openssl vim curl iputils-ping -y; apt-get autoclean -y
apt-get install -y nginx certbot python3-certbot-nginx openssl; apt-get autoclean -y
/bin/sh /entrypoint/gen-cert.sh
/bin/sh /entrypoint/copy-config.sh
service nginx start
# Run the CMD that was passed (or default)