diff --git a/Dockerfile b/Dockerfile index 63a206e..3554b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,8 @@ RUN apk add --no-cache ca-certificates tzdata && \ COPY --from=builder /bin/bot /bot +RUN mkdir -p /data && chown -R appuser:appuser /data + USER appuser WORKDIR /home/appuser VOLUME /data