Skip to content

Commit

Permalink
Merge pull request #288 from middlewarehq/remove-verbose
Browse files Browse the repository at this point in the history
Remove verbose yarn install
  • Loading branch information
samad-yar-khan committed May 7, 2024
2 parents d85bf1f + 6646fda commit 1040164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN crontab /etc/cron.d/cronjob
RUN /app/setup_utils/generate_config_ini.sh -t /app/backend/analytics_server/mhq/config

WORKDIR /app/web-server
RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --verbose
RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install


ENV POSTGRES_DB_ENABLED=true
Expand Down

0 comments on commit 1040164

Please sign in to comment.