diff --git a/alpine.dockerfile b/alpine.dockerfile index 0cfda16..5c9404e 100644 --- a/alpine.dockerfile +++ b/alpine.dockerfile @@ -28,8 +28,8 @@ RUN apk add \ RUN wget https://raw.githubusercontent.com/RealStickman/Kavita/rs_alpine/entrypoint.sh -O /entrypoint.sh RUN chmod +x /entrypoint.sh -RUN ls -l / -RUN ls -l /Kavita +# create config directory +RUN mkdir -p /kavita/config EXPOSE 5000/tcp