|
@@ -14,7 +14,7 @@ RUN yum install -y wget rsync epel-release \
|
|
|
&& tar -zxf jdk1.6.0_21.tar.gz -C /usr/local/java/ \
|
|
|
&& tar -zxf misc.tar.gz -C /app/ \
|
|
|
&& rm -f web.tar.gz jdk1.6.0_21.tar.gz \
|
|
|
- && rm -f /app/resin-pro-3.1.6//conf/resin.conf
|
|
|
+ && rm -f /app/resin-pro-3.1.6/conf/resin.conf
|
|
|
|
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
COPY release /etc/release
|