Skip to content

Commit

Permalink
Fix incorrect filepath in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 10, 2023
1 parent b225e0a commit 47473ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ingest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN micromamba install -y \
RUN micromamba clean --all --yes

# Install source
COPY ./.mypy.ini .
COPY ./pyproject.toml .
COPY ./scripts ./scripts
COPY ./data ./data
COPY ./snow_today_webapp_ingest ./snow_today_webapp_ingest
Expand Down

0 comments on commit 47473ab

Please sign in to comment.