From 5f9e7f3146af63f2963cd3a753c68b8c0d3c45f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Haugen?= Date: Thu, 20 Mar 2025 11:52:52 +0100 Subject: [PATCH] Update deploy-dev.yml --- .github/workflows/deploy-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 3b6a2ee..79c9ab8 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -22,8 +22,8 @@ jobs: - name: Build Docker Image for Frontend run: | - # Build the image from the Dockerfile in the "frontend" folder - docker build -t myapp:latest -f frontend/Dockerfile . + sudo docker build -t myapp:latest -f frontend/Dockerfile . + - name: Stop Existing Container run: |