Updated and removed entrypoint script and add cmd

This commit is contained in:
Sambo Chea 2021-04-03 17:19:18 +07:00
parent 8264c49307
commit c91a754524
2 changed files with 1 additions and 4 deletions

View File

@ -107,4 +107,4 @@ RUN echo "All has been completed, enjoy!"
ENV JAVA_HOME=/opt/java/openjdk \
PATH="/opt/java/openjdk/bin:$PATH"
ENTRYPOINT [ "./entrypoint.sh" ]
CMD [ "java", "-version" ]

View File

@ -1,3 +0,0 @@
#!/bin/bash
echo "Openjdk java runtime on calpine os linux"