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