Do not create /app/data

This commit is contained in:
Girish Ramakrishnan 2018-05-21 10:05:19 -07:00
parent 6731ca95c4
commit e3f3ca1de7
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ WORKDIR /app/code
RUN wget "https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz" -O - \
| tar -xz --strip-components=1
RUN mkdir -p /app/data \
&& mv data data-orig \
&& ln -s /app/data data
RUN mv data data-orig && ln -s /app/data data
# official extensions
ADD change-ttrss-file-path.patch /app/code/change-ttrss-file-path.patch