FROM ubuntu:22.04 WORKDIR /app COPY --chmod=755 nyanimedb /app COPY templates /app EXPOSE 8080 ENTRYPOINT ["/app/nyanimedb"]