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