1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

Update dockerfile and server for app dir

This commit is contained in:
Michael Crosby 2013-06-23 08:38:48 -09:00
parent 877effc6ad
commit 40435f898f
2 changed files with 3 additions and 8 deletions

View file

@ -8,7 +8,8 @@ RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt
RUN apt-get update
RUN apt-get upgrade
ADD . /dockerui
ADD . /app/
ADD dockerui dockerui
EXPOSE 9000:9000