1 2 3 4 5 6
FROM openjdk:8-jdk ADD appl /appl/ ADD startup.sh /startup.sh RUN chmod 700 /startup.sh ENTRYPOINT ./startup.sh EXPOSE 3904 3905