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:
parent
3ac9776585
commit
007492b77d
2 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue