FROM alpine:3.20 WORKDIR /app COPY nyanimedb . RUN chmod +x ./nyanimedb EXPOSE 8080 ENTRYPOINT ["./nyanimedb"]