merge working ci/cd into master #1

Merged
nihonium merged 20 commits from cicd into master 2025-10-08 21:19:12 +03:00
Showing only changes of commit 9204e8e196 - Show all commits

View file

@ -2,7 +2,7 @@ FROM ubuntu:22.04
WORKDIR /app
COPY --chmod=755 nyanimedb /app
COPY templates /app/templates
COPY modules/server/templates /app/templates
EXPOSE 8080
ENTRYPOINT ["/app/nyanimedb"]