* chore: add nginx reverse proxy to dev environment * chore: replace settings_local in docker and backup old
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/usr/bin/env bash
|
|
|
|
apt-get update -y
|
|
apt-get install -y nginx
|