Skip to content

Commit 93c4a57

Browse files
Merge pull request #76 from nullinside-development-group/feat/compose
fix: Syntax to invoke build command
2 parents 3ed219b + 5dce8a7 commit 93c4a57

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)