Mercurial > lada > lada-client
comparison Dockerfile_mini @ 1422:dc5851d433e8
tag 2.6.1
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Wed, 05 Apr 2017 16:04:36 +0200 |
parents | a152353eba26 |
children |
comparison
equal
deleted
inserted
replaced
1421:ca9bea97b2f4 | 1422:dc5851d433e8 |
---|---|
37 RUN ./install-dependencies.sh | 37 RUN ./install-dependencies.sh |
38 | 38 |
39 # | 39 # |
40 # compile and minify application | 40 # compile and minify application |
41 # | 41 # |
42 ENV VERSION=2.4.1 | 42 ENV VERSION=2.6.1 |
43 RUN ./build.sh | 43 RUN ./build.sh |
44 RUN cd /var/www/html && cp -r /tmp/lada-client/lada-client-$VERSION/* . | 44 RUN cd /var/www/html && cp -r /tmp/lada-client/lada-client-$VERSION/* . |
45 | 45 |
46 # | 46 # |
47 # httpd setup | 47 # httpd setup |