ft_transcendence/src/auth/entrypoint.sh
2025-09-01 15:47:07 +02:00

10 lines
118 B
Bash

#!/bin/sh
set -e
set -x
# do anything here
cp -r /extra /files
# run the CMD [ ... ] from the dockerfile
exec "$@"