Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed May 1, 2024
1 parent 4cab671 commit f2264e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pk: ${{ secrets.CZI_GITHUB_HELPER_PK }}
with:
env: rdev
ecr_root_path: ./.infra/ecr
ecr_root_path: django-mwe/.infra/ecr
images: |
[
{
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11
#########
##########
ADD hello /
COPY requirements.txt .
RUN pip install -r requirements.txt
Expand Down

0 comments on commit f2264e7

Please sign in to comment.