Permalink
Cannot retrieve contributors at this time
6 lines (6 sloc)
189 Bytes
|
FROM java:8 |
|
VOLUME /tmp |
|
ADD target/view-demo-0.0.1.war app.war |
|
ENV JAVA_OPTS="" |
|
RUN bash -c 'touch /app.war' |
|
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.war"] |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.