Corrected image
This commit is contained in:
parent
4a39f67649
commit
9e84b07536
4
.github/workflows/v2.yml
vendored
4
.github/workflows/v2.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile-ffmpeg
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=processer
|
MODULE_NAME=processer
|
||||||
push: true
|
push: true
|
||||||
@ -207,7 +207,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile-ffmpeg
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=coordinator
|
MODULE_NAME=coordinator
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
5
Dockerfile-ffmpeg
Normal file
5
Dockerfile-ffmpeg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM bskjon/debian-azuljava17-ffmpeg:latest
|
||||||
|
EXPOSE 8080
|
||||||
|
|
||||||
|
ARG MODULE_NAME
|
||||||
|
COPY ./apps/${MODULE_NAME}/build/libs/app.jar /usr/share/app/app.jar
|
||||||
Loading…
Reference in New Issue
Block a user