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:
parent
877effc6ad
commit
40435f898f
2 changed files with 3 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue