Skip to content

Commit

Permalink
Fixed Dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiland committed Oct 11, 2024
1 parent 19e75e6 commit ad19452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dr_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./compose/fastapi/Dockerfile
file: Dockerfile
push: true
# build-args: |
# PIPENV_EXTRA_ARGS=--dev
Expand Down

0 comments on commit ad19452

Please sign in to comment.