We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc6c5d commit e00f5e0Copy full SHA for e00f5e0
go.sh
@@ -1,6 +1,6 @@
1
export IP_ADDRESS=$(/sbin/ip -o -4 addr list eno2 | awk '{print $4}' | cut -d/ -f1)
2
3
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 .
+docker compose build --build-arg BUILD_ENVIRONMENT=prod --build-arg IP_ADDRESS=$IP_ADDRESS .
5
docker compose down
6
docker compose up -d
0 commit comments