datatracker/docker/scripts/app-setup-nginx.sh
Nicolas Giard 03a192b54c
chore: add nginx reverse proxy to dev environment (#5745)
* chore: add nginx reverse proxy to dev environment

* chore: replace settings_local in docker and backup old
2023-06-05 16:47:06 -05:00

5 lines
64 B
Bash

#!/usr/bin/env bash
apt-get update -y
apt-get install -y nginx