Skip to content

Commit cfa6538

Browse files
Update docker-image.yml
1 parent 695ad55 commit cfa6538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
dotnet-version: '9.x'
2222

2323
- name: Build the Docker image#
24-
working-directory: ./AniWorldReminder_API/
25-
run: docker build .
24+
working-directory: ./AniWorldReminder_API/AniWorldReminder_API.csproj
25+
run: docker build -f Dockerfile .

0 commit comments

Comments
 (0)