1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-20 07:48:06 +02:00

Update start.sh

fixing typo

Signed-off-by: Joshua <navyjosh@users.noreply.github.com>
This commit is contained in:
Joshua 2023-02-23 23:12:44 -05:00 committed by GitHub
parent e6b1d2755f
commit 865b690d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
#!/bin/bash
envsubst '$FLASK_SERVER_ADDR' < /tmp/default.conf > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'
envsubst '$FLASK_SERVER_ADDR' < /tmp/default.conf > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off';