From ce150e51e0f1ae9bf271266d1b17f5fa4b40b2e8 Mon Sep 17 00:00:00 2001 From: nihonium Date: Wed, 8 Oct 2025 03:27:22 +0300 Subject: [PATCH] fix: deploy via actions --- modules/server/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/server/Dockerfile b/modules/server/Dockerfile index 35b8c0b..afa1ed9 100644 --- a/modules/server/Dockerfile +++ b/modules/server/Dockerfile @@ -2,5 +2,6 @@ FROM ubuntu:22.04 WORKDIR /app COPY --chmod=755 nyanimedb /app +COPY templates /app EXPOSE 8080 ENTRYPOINT ["/app/nyanimedb"] \ No newline at end of file