ci: create regress job

This commit is contained in:
2024-11-29 17:07:09 +02:00
parent 7c7804a9f4
commit f7cc7c7fb0
3 changed files with 50 additions and 0 deletions

View File

@ -136,6 +136,7 @@ VOLUME ["/var/lib/ahriman"]
COPY "docker/systemd-nspawn.sh" "/usr/local/bin/systemd-nspawn"
## entrypoint setup
COPY "docker/entrypoint.sh" "/usr/local/bin/entrypoint"
COPY "docker/entrypoint-web.sh" "/usr/local/bin/entrypoint-web"
ENTRYPOINT ["entrypoint"]
# default command
CMD ["repo-update", "--refresh"]

3
docker/entrypoint-web.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
exec entrypoint web