fix: deploy via actions
All checks were successful
Build and Deploy Go App / build (push) Successful in 2m42s
Build and Deploy Go App / deploy (push) Successful in 2m35s

This commit is contained in:
nihonium 2025-10-08 03:27:22 +03:00
parent 15782d906f
commit ce150e51e0
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

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