Skip to content

Commit

Permalink
Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeloach committed Dec 8, 2022
1 parent 306edf4 commit 2af0321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -ex

user=$(id -u):$(id -g)

docker-compose run --rm --user ${user} -e NODE_ENV=production webpack build
Expand Down

0 comments on commit 2af0321

Please sign in to comment.