Skip to content

Commit

Permalink
Merge pull request #61 from developmentseed/feat/docker
Browse files Browse the repository at this point in the history
Add dockerfile for hazard application
  • Loading branch information
emileten authored Apr 19, 2024
2 parents 5ddc081 + 4e58453 commit 04d3f09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM python:3.10

WORKDIR /app

COPY pyproject.toml pyproject.toml

COPY src src

RUN python -m pip install -e .

CMD ["os_climate_hazard"]

0 comments on commit 04d3f09

Please sign in to comment.