adding dockerfile flag
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 53s

This commit is contained in:
Tom Trappmann
2025-12-22 22:03:37 +01:00
parent 511294f744
commit a55a0ab7eb

View File

@@ -22,7 +22,7 @@ jobs:
- name: Build image - name: Build image
run: | run: |
docker build -t "$IMAGE" ./NautilusDesk docker build -f ./Dockerfile -t "$IMAGE" ./NautilusDesk
- name: Deploy via compose - name: Deploy via compose
run: | run: |