Skip to content

Commit

Permalink
Merge pull request #20 from jmpsec/dockerize-bug
Browse files Browse the repository at this point in the history
Create directories for docker certs and config
  • Loading branch information
javuto authored Oct 2, 2019
2 parents 7fa7dcd + 4e2f0c9 commit dc615d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/dockerize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ CERTSDIR="$DOCKERDIR/certs"
CONFIGDIR="$DOCKERDIR/config"
COMPOSERFILE="$DOCKERDIR/docker-compose.yml"

# Directories to generate certificates and configuration
mkdir -p "$CERTSDIR"
mkdir -p "$CONFIGDIR"

# Default values for arguments
SHOW_USAGE=true
_BUILD=false
Expand Down

0 comments on commit dc615d7

Please sign in to comment.