fix: docker build context
Some checks failed
Build and Deploy Go App / build (push) Has been cancelled
Build and Deploy Go App / deploy (push) Has been cancelled

This commit is contained in:
nihonium 2025-10-08 19:39:25 +03:00
parent 1784187e64
commit 0cd058ccbb
Signed by: nihonium
GPG key ID: 0251623741027CFC
2 changed files with 3 additions and 2 deletions

View file

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