Skip to content

Commit

Permalink
fix a error
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Jan 30, 2019
1 parent 960ec09 commit 860090a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/appweb/7.0.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN { \
echo " ListenSecure 8443"; \
echo "</if>"; \
} | tee /etc/appweb/install.conf \
&& sed -i 's|ErrorLog "error.log"|ErrorLog "/dev/stdout"|g' appweb.conf
&& sed -i 's|ErrorLog "error.log"|ErrorLog "/dev/stdout"|g' /etc/appweb/appweb.conf

WORKDIR /var/www/appweb

CMD ["appweb"]

0 comments on commit 860090a

Please sign in to comment.