15 lines
320 B
Bash
15 lines
320 B
Bash
#!/bin/sh
|
|
|
|
cd /root/
|
|
|
|
apt update
|
|
apt install -y --no-install-recommends nginx-light php7.4-fpm php7.4-curl php7.4-mbstring php7.4-gd
|
|
|
|
cp --force /root/www/docker_container/nginx.conf /etc/nginx/nginx.conf
|
|
cp --force /root/www/docker_container/nginx-0.conf /root/nginx-0.conf
|
|
|
|
|
|
#tail -f /dev/null
|
|
#sleep infinity
|
|
bash -i
|