nsite-ts/docker-entrypoint.sh
hzrd149 b7b43cff10 add nginx cache invalidation
bundle nginx in docker image
switch from ndk to nostr-tools
2024-09-26 12:48:13 -05:00

6 lines
60 B
Bash
Executable File

#!/bin/sh
chown -R nginx:nginx /var/cache/nginx
exec "$@"