inception-42 icon indicating copy to clipboard operation
inception-42 copied to clipboard

🖥️ Docker images with services such as MariaDB, Nginx, WordPress, Redis, FTP-server, Adminer and cadvisor in virtual…

Results 1 inception-42 issues
Sort by recently updated
recently updated
newest added

At [script.sh](https://github.com/Forstman1/inception-42/blob/main/srcs/requirements/wordpress/tools/script.sh), when you're doing ```sh mkdir /var/www/ mkdir /var/www/html cd /var/www/html rm -rf * ``` the `rm -rf *` part literally deleted all my files. That's happened while the...