feat/init-jsdocs #10

Merged
Clement merged 7 commits from feat/init-jsdocs into feat--init-express-backend 2024-05-05 13:44:27 +00:00
Showing only changes of commit 28ac94e6b0 - Show all commits

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 }}