diff --git a/.dockerignore b/.dockerignore index 9b49524..7ac47b7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -12,4 +12,5 @@ helm-charts .env .editorconfig .idea -coverage* \ No newline at end of file +coverage* +data \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 104a3c1..19e31f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,9 @@ LABEL maintainer="Emrik Östling (C4illin)" LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats." LABEL repo="https://github.com/C4illin/ConvertX" +RUN mkdir data +RUN chmod 755 data + # install additional dependencies RUN rm -rf /var/lib/apt/lists/partial && apt-get update -o Acquire::CompressionTypes::Order::=gz \ && apt-get install -y \ diff --git a/data/.gitkeep b/data/.gitkeep deleted file mode 100644 index e69de29..0000000