feat: update docker compose and build
All checks were successful
Build Docker Image Front / run (push) Successful in 22s
Build Docker Image Back / run (push) Successful in 41s
Build Docker Image Front / run (pull_request) Successful in 22s
Build Docker Image Back / run (pull_request) Successful in 21s
JsDocs / coverage (pull_request) Successful in 21s
Test and coverage / coverage (pull_request) Successful in 35s

Reviewed-on: #10
This commit is contained in:
2024-05-05 15:44:26 +02:00
parent 77746e8a1a
commit 5bba62b733
2 changed files with 64 additions and 6 deletions

View File

@ -46,8 +46,8 @@ jobs:
- name: Build and push back
uses: docker/build-push-action@v5
with:
context: ./front
context: ./Express/barAndCafe
push: true
file: ./front/Dockerfile
file: ./Express/barAndCafe/Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}