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 1784187e64 - Show all commits

View file

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