Skip to content
Snippets Groups Projects
Unverified Commit c1363231 authored by Liz Rice's avatar Liz Rice Committed by GitHub
Browse files

Merge pull request #122 from wmedlar/bugfix/docker-entrypoint-fail-on-error

Fail fast in container entrypoint
parents 056da1b2 b649cef0
No related branches found
Tags 37.128.3
No related merge requests found
#!/bin/sh
#!/bin/sh -e
if [ "$1" == "install" ]; then
if [ -d /host ]; then
mkdir -p /host/cfg/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment