Skip to content

Commit

Permalink
docker: copy project files in Docker image
Browse files Browse the repository at this point in the history
- adds he entire project files in the Dockerfile.base, needed by the cmd
  pipenv install which is installing the local Python package in
  editable mode
- closes inveniosoftware#244
  • Loading branch information
ntarocco committed Sep 3, 2020
1 parent 3fa2d66 commit a528076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_shortname}}/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# Invenio usually needs.

FROM inveniosoftware/centos7-python:3.6
COPY Pipfile Pipfile.lock ./
COPY ./ .
RUN pipenv install --deploy --system

0 comments on commit a528076

Please sign in to comment.