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

This commit is contained in:
nihonium 2025-10-08 03:29:33 +03:00
parent ce150e51e0
commit 680741ede3
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

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