This repository has been archived on 2024-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
wordpress-nginx-docker/entrypoint.sh

6 lines
148 B
Bash
Raw Normal View History

#!/bin/sh
goenvtemplator2 -template /etc/nginx/templates.override/default.conf.template:/etc/nginx/conf.d/default.conf
/docker-entrypoint.sh "$@"