Skip to content

Commit

Permalink
test if this fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed May 29, 2024
1 parent 84977f8 commit 8001034
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ helm-charts
.env
.editorconfig
.idea
coverage*
coverage*
data
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Empty file removed data/.gitkeep
Empty file.

0 comments on commit 8001034

Please sign in to comment.