Skip to content

Commit 855adfa

Browse files
Fixing fatfinger from d1c2792
1 parent 41671d0 commit 855adfa

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 BUILD_ENVIRONMENT=prod --build-arg IP_ADDRESS=$IP_ADDRESS .
4+
docker build -t nullinside-ui:latest --build-arg BUILD_ENVIRONMENT=prod --build-arg IP_ADDRESS=$IP_ADDRESS .
55
docker compose down
66
docker compose up -d

0 commit comments

Comments
 (0)