Skip to content

Commit

Permalink
docker_typo (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKL98ISR authored Jun 16, 2024
1 parent 55342b2 commit e849c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COPY backend backend/
COPY --from=frontend /code/frontend/build /code/frontend/dist

ARG IS_DEEPCHECKS_OSS
RUN if [ -z "$IS_DEEPCHECKS_OSS" ] ; then pip install -r backend/addon-requirements.txt --compile --no-cache-dir ; fi
RUN if [ -z "$IS_DEEPCHECKS_OSS" ] ; then pip install -q -r backend/addon-requirements.txt --compile --no-cache-dir 2> /dev/null ; fi

# Switch to root and install yarn so we can install runtime deps. Node that we
# still need yarn to run the plugin-server so we do not remove it.
Expand Down

0 comments on commit e849c34

Please sign in to comment.