Skip to content

Commit 45b7125

Browse files
committed
feat: improve debugging / logs
1 parent dc28720 commit 45b7125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY assets/ /assets/
1616
COPY scripts/ /scripts/
1717

1818
# This is a requirement for pushd/popd + ./scripts/pull.bash script
19-
SHELL ["/bin/bash", "-c"]
19+
SHELL ["/bin/bash", "-l", "-euxo", "pipefail", "-c"]
2020

2121
RUN \
2222
# Compilation flags for faster builds

0 commit comments

Comments
 (0)