Skip to content

Commit

Permalink
Dockerfile: Create cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Aug 25, 2024
1 parent 13c5dee commit 42c32ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teddycloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apk --no-cache add \
&& mkdir -p /teddycloud/data/library \
&& mkdir -p /teddycloud/data/firmware \
&& mkdir -p /teddycloud/data/www \
&& mkdir -p /teddycloud/data/cache
&& mkdir -p /tmp \
&& ln -s /config /etc/teddycloud

Expand Down

0 comments on commit 42c32ca

Please sign in to comment.