mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
track the userdata dir in git just like any other empty dirs
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user