Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 46dab01

Browse files
committed
add Dockerfile location to build-docker-influx.sh
1 parent 35c423f commit 46dab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-docker-influx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
docker build --no-cache --build-arg GIT_TIME=`git show -s --format=%cI HEAD` --build-arg GIT_HASH=`git show -s --format=%H HEAD` -t cybertec/pgwatch2:latest .
2+
docker build --no-cache --build-arg GIT_TIME=`git show -s --format=%cI HEAD` --build-arg GIT_HASH=`git show -s --format=%H HEAD` -t cybertec/pgwatch2:latest -f docker/Dockerfile .

0 commit comments

Comments
 (0)