diff --git a/Dockerfiles/Dockerfile_server b/Dockerfiles/Dockerfile_server index 87014ce..2fc2ef5 100644 --- a/Dockerfiles/Dockerfile_server +++ b/Dockerfiles/Dockerfile_server @@ -2,7 +2,7 @@ FROM ubuntu:22.04 WORKDIR /app COPY --chmod=755 nyanimedb /app -COPY templates /app/templates +COPY modules/server/templates /app/templates EXPOSE 8080 ENTRYPOINT ["/app/nyanimedb"]