FROM openjdk:8-alpine COPY ConsolePrint.java / RUN javac /ConsolePrint.java WORKDIR / ENTRYPOINT ["java", "ConsolePrint"]