Use sys link in dockerfile for app

pull/2/head
Michael Crosby 2013-06-23 17:32:35 -09:00
parent fbf95ca3d7
commit 81b1ee8174
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apt-get update
RUN apt-get upgrade
ADD . /app/
ADD dockerui dockerui
RUN ln -s /app/dockerui /dockerui
EXPOSE 9000