commit 8ca47737ac1bdfceecc61b6a876b5e362537bead parent 67359bc23f2e620acce21843635278e341c8ae12 Author: Marcel <MTRNord@users.noreply.github.com> Date: Thu, 11 Aug 2016 17:31:48 +0200 Update Dockerfile Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y apt-transport-https && echo "deb https: #configure server RUN git clone --recursive https://github.com/MTRNord/boinc-server-docker.git && cd boinc-server-docker && make build && cd .. -RUN echo "127.0.0.1 www.boincserver.com" >> /etc/hosts +RUN echo "127.0.0.1 http://ProjectStreet.dynu.com" >> /etc/hosts COPY . /app