Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Jul 16, 2021
1 parent 25e80f2 commit 076f531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/install/docker/Dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ RUN echo "nameserver 8.8.8.8" | tee /etc/resolv.conf > /dev/null && \
mkdir -p /etc/nginx/includes/ && cp -f config/nginx/includes/onlyoffice*.conf /etc/nginx/includes/ && \
DATE="$(date "+%Y-%m-%d %H:%M")" && \
sed -i "s/\"number\".*,/\"number\": \"${DATE}\",/g" /app/onlyoffice/config/appsettings.json && \
cat /app/onlyoffice/config/appsettings.json && \
sed -e 's/#//' -i /etc/nginx/conf.d/onlyoffice.conf && \
cd ${SRC_PATH}/build/install/common/ && \
bash build-frontend.sh -sp ${SRC_PATH} && \
Expand Down

0 comments on commit 076f531

Please sign in to comment.