Skip to content

Commit 41671d0

Browse files
Merge pull request #48 from nullinside-development-group/feature/web-gl
Fixing build
2 parents 4fc6c5d + e00f5e0 commit 41671d0

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