Skip to content

Commit

Permalink
Remove user-interfaces from dist.zip before creating symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
erikap committed Sep 1, 2016
1 parent 17cdf6e commit 704b42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ RUN apt-get update \
&& cd /app \
&& unzip dist.zip \
&& mv dist/* . \
&& rm /app/user-interfaces \
&& ln -s /app/config/user-interfaces /app/user-interfaces \
&& rm /app/dist.zip /package.json

0 comments on commit 704b42e

Please sign in to comment.