Add apt install nginx
This commit is contained in:
parent
6ef21348b4
commit
c9203b29fa
1 changed files with 2 additions and 0 deletions
2
run.sh
2
run.sh
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo apt update
|
||||
sudo apt install nginx -y
|
||||
sudo cp /usercode/this-site-runs-on-a-textbook/nginx/default.conf /etc/nginx/conf.d
|
||||
sudo nginx
|
||||
# Remote port forwarding in the background
|
||||
|
|
Loading…
Reference in a new issue