track the userdata dir in git just like any other empty dirs

This commit is contained in:
Christoph Kottke
2024-05-15 11:55:37 +02:00
parent eea21d5a49
commit bfa6e0c5e6
2 changed files with 0 additions and 1 deletions

View File

@@ -37,7 +37,6 @@ WORKDIR /var/www/html
# Setting permissions as: https://github.com/wavelog/Wavelog/wiki/Installation
RUN set -e; \
\
mkdir ./userdata; \
mkdir ./application/config/docker; \
\
mv ./htaccess.sample ./.htaccess; \

0
userdata/.keep Normal file
View File