We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FROM openjdk:8-jre-alpine ENV APP_HOME=/opt/app RUN mkdir -p $APP_HOME WORKDIR $APP_HOME COPY build/libs/adminutil-*.jar adminutil.jar EXPOSE 4000 ENTRYPOINT /usr/bin/java ${JAVA_OPTS} -jar adminutil.jar` COPY build/libs/adminutil-*.jar adminutil.jar COPY failed: no source files were specified
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: