0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 22:23:43 +00:00
SDL_Minigame/docs/docker/entrypoint.sh

6 lines
101 B
Bash

#!/bin/sh
cp /Doxyfile /Doxyfile_copy
echo "OUTPUT_DIRECTORY = /output" >> /Doxyfile_copy
exec "$@"