Skip to content

Commit 5dce8a7

Browse files
fix: Syntax to invoke build command
1 parent 3ed219b commit 5dce8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export IP_ADDRESS=$(/sbin/ip -o -4 addr list eno2 | awk '{print $4}' | cut -d/ -f1)
22

33
cp /secrets/certs/* nginx/filesystem/etc/nginx/certs
4-
docker compose build --build-arg IP_ADDRESS=$IP_ADDRESS .
4+
docker compose build --build-arg IP_ADDRESS=$IP_ADDRESS
55
docker compose down
66
docker compose up -d

0 commit comments

Comments
 (0)