fix: server Dockerfile templates path
Some checks failed
Build and Deploy Go App / build (push) Failing after 10m46s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
nihonium 2025-10-08 19:16:10 +03:00
parent f3e65eb64e
commit 9204e8e196
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

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