This repository has been archived on 2021-08-31. You can view files and clone it, but cannot push or open issues or pull requests.
mattermost/web/docker-entry.sh
2016-06-01 21:03:46 +09:00

5 lines
147 B
Bash

#!/bin/bash
echo Starting Nginx
sed -Ei "s/PLATFORM_PORT/$PLATFORM_PORT_80_TCP_PORT/" /etc/nginx/sites-available/mattermost
nginx -g 'daemon off;'