We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3180545 commit 5acc357Copy full SHA for 5acc357
Jenkins-PIpeline-Demo/Dockerfile
@@ -1,4 +1,5 @@
1
FROM openjdk:8-jdk-alpine
2
+EXPOSE 8083
3
RUN addgroup -S shabbir && adduser -S shabbir -G shabbir
4
USER shabbir:shabbir
5
ARG JAR_FILE=target/*.jar
0 commit comments