🚚(docker) move frontend docker config

Move frontend docker config to
src/frontend/Dockerfile.
This commit is contained in:
Anthony LC
2024-04-15 09:32:47 +02:00
committed by Anthony LC
parent c2fb55506d
commit 2dc2341052
6 changed files with 65 additions and 63 deletions

View File

@@ -75,6 +75,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./src/frontend/Dockerfile
target: frontend-production
build-args: DOCKER_USER=${{ env.DOCKER_USER }}:-1000
push: ${{ github.event_name != 'pull_request' }}
@@ -107,7 +108,8 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
context: ./src/frontend/
context: .
file: ./src/frontend/Dockerfile
target: y-webrtc-signaling
build-args: DOCKER_USER=${{ env.DOCKER_USER }}:-1000
push: ${{ github.event_name != 'pull_request' }}