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

Use sys link in dockerfile for app

This commit is contained in:
Michael Crosby 2013-06-23 17:32:35 -09:00
parent fbf95ca3d7
commit 81b1ee8174

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