Skip to content

Commit

Permalink
fix integration check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Apr 3, 2024
1 parent 3bbad10 commit 7066fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY Pipfile Pipfile.lock ./

# Install Python dependencies
ARG DEV
RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy $(if [ "$DEV" ]; then echo --dev; fi)
RUN pipenv install --deploy $(if [ "$DEV" ]; then echo --dev; fi)


# ========================================
Expand Down

0 comments on commit 7066fd0

Please sign in to comment.