Skip to content

Commit

Permalink
Lebovits/fix backend issues (#708)
Browse files Browse the repository at this point in the history
* Fix issue with pipfile creation in docker

* Update + organize back end docs
  • Loading branch information
nlebovits committed Jul 18, 2024
1 parent 00fb39b commit 53eadf8
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 54 deletions.
3 changes: 3 additions & 0 deletions data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ ENV GDAL_CONFIG=/usr/bin/gdal-config
# Install Pipenv
RUN pip install pipenv

# update pipfile
RUN pipenv lock

# Copy the Pipfile and Pipfile.lock from the src directory
COPY src/Pipfile src/Pipfile.lock ./

Expand Down
Loading

0 comments on commit 53eadf8

Please sign in to comment.