Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Jun 18, 2024
1 parent ebecf53 commit fba1a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1

RUN python3 -m pip install --upgrade pip

COPY google-sheets ./google-sheets
COPY google_sheets ./google_sheets
COPY scripts/* pyproject.toml README.md ./
RUN pip install -e ".[dev]"

Expand Down

0 comments on commit fba1a5d

Please sign in to comment.