Skip to content

Commit

Permalink
More simply resolve Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
igrep committed Apr 22, 2017
1 parent 93f3044 commit bedeea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/setup
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

DOCKER_DIR=$(realpath $(dirname "$0"))
cd "$(dirname "$0")"

docker build -f "$DOCKER_DIR/Dockerfile" -t viewprof .
docker build -t viewprof .

0 comments on commit bedeea5

Please sign in to comment.