diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,4 +10,7 @@ RUN make install RUN mkdir /output -ENTRYPOINT ["cp", "-r", "/var/www/htdocs/cgit", "/output"] +COPY export.sh . +RUN chmod +x export.sh + +ENTRYPOINT ["./export.sh"] |
