Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 committed May 1, 2024
1 parent 96a8dfa commit ed92be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ENV VERSION=$version
# Install & use pipenv
COPY Pipfile ./
RUN python -m pip install --upgrade pip
RUN pip install pipenv && pipenv install --dev --system --deploy
RUN pip install pipenv
RUN pipenv install -v

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit ed92be1

Please sign in to comment.