adding dockerfile flag
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 53s
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 53s
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user