diff --git a/modules/server/Dockerfile b/modules/server/Dockerfile index afa1ed9..8385c82 100644 --- a/modules/server/Dockerfile +++ b/modules/server/Dockerfile @@ -2,6 +2,6 @@ FROM ubuntu:22.04 WORKDIR /app COPY --chmod=755 nyanimedb /app -COPY templates /app +COPY templates /app/templates EXPOSE 8080 ENTRYPOINT ["/app/nyanimedb"] \ No newline at end of file