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

Update dockerfile and server

This commit is contained in:
Michael Crosby 2013-09-02 18:55:00 -07:00
parent 3ac9776585
commit 007492b77d
2 changed files with 4 additions and 4 deletions

View file

@ -6,11 +6,11 @@ MAINTAINER Michael Crosby http://crosbymichael.com
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get upgrade
RUN apt-get upgrade -y
ADD . /app/
RUN ln -s /app/dockerui /dockerui
EXPOSE 9000
WORKDIR /app/
ENTRYPOINT ["/dockerui"]
ENTRYPOINT ["./dockerui"]