Update SDC-Simulator base image to the latest
[sdc.git] / utils / webseal-simulator / sdc-simulator / Dockerfile
index d418d46..e1a415f 100644 (file)
@@ -8,10 +8,12 @@ RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.pr
 
 ADD WSSimulator*.war                           ${JETTY_BASE}/webapps/
 
+USER root
+
 RUN chown -R jetty:jetty                               ${JETTY_BASE}/webapps
 
 COPY startup.sh /root/
 
-RUN chmod 770 /root/startup.sh
+RUN chmod 777 /root/startup.sh
 
 ENTRYPOINT [ "/root/startup.sh" ]