feat: deploy via forgejo actions
Some checks failed
Build and Deploy Go App / build (push) Failing after 2m26s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
nihonium 2025-10-08 01:10:57 +03:00
parent a5605262b3
commit b46d0e5010
Signed by: nihonium
GPG key ID: 0251623741027CFC
4 changed files with 45 additions and 45 deletions

View file

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