DEVEX-20:
This commit is contained in:
parent
49296c34fb
commit
e76689c79a
@ -16,6 +16,11 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cat > ./Dockerfile << 'EOF'
|
cat > ./Dockerfile << 'EOF'
|
||||||
|
FROM openjdk:21-jre-slim
|
||||||
|
|
||||||
|
COPY /build/libs/*.jar /app.jar
|
||||||
|
|
||||||
|
ENTRYPOINT ["java", "-jar", "/app.jar"]
|
||||||
EOF
|
EOF
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
uses: https://git.binom.pw/subochev/devops/build-docker@main
|
uses: https://git.binom.pw/subochev/devops/build-docker@main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user