Skip to content

Commit

Permalink
Fix Docker image build script
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed May 16, 2019
1 parent 27a3a19 commit 84910bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set euxo -pipefail
set -euxo pipefail
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

sudo docker build -t philippgille/ln-ws-api $SCRIPTDIR/..

0 comments on commit 84910bf

Please sign in to comment.