No need to delete log/*

This commit is contained in:
Marcin Kulik 2017-04-12 21:48:24 +02:00
parent 5353055d58
commit f4f831e114

View File

@ -77,8 +77,7 @@ ADD . /app
RUN cd src && make
RUN rm -f log/* && \
mkdir -p tmp && \
RUN mkdir -p tmp log && \
ln -s /app/vendor/assets/javascripts/asciinema-player.js /app/a2png/ && \
ln -s /app/vendor/assets/stylesheets/asciinema-player.css /app/a2png/ && \
touch tmp/restart.txt