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