Skip to content

Commit

Permalink
feat(): use sequential output when building dev images
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Nov 20, 2024
1 parent 3ca47dd commit 13240be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

docker compose -f docker-compose.yml -f docker-compose.dev.yml --env-file env-dev build "$@" \
docker compose -f docker-compose.yml -f docker-compose.dev.yml --env-file env-dev build --progress plain "$@" \
&& docker compose -f docker-compose.yml -f docker-compose.dev.yml --env-file env-dev up "$@"

0 comments on commit 13240be

Please sign in to comment.