1
0
inception/srcs/requirements/nginx/docker-entrypoint.sh
2025-01-04 17:58:17 +01:00

5 lines
28 B
Bash

#!/bin/sh
set -e
exec "$@"