Skip to content

Commit

Permalink
Update deploy-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haahauge authored and GitHub Enterprise committed Mar 20, 2025
1 parent 5e345d2 commit 5f9e7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5f9e7f3

Please sign in to comment.