Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 35c583f

Browse files
committed
CodeGate Certs path
1 parent e028776 commit 35c583f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ genrerate_certs
6565

6666
# Step 3: Make CA available to UI
6767
mkdir "$WEBAPP/public/certificates/"
68-
cp "$CERTS/ca.crt" "$WEBAPP/public/certificates/codegate_ca.crt"
68+
cp "$CODEGATE_CERTS/ca.crt" "$WEBAPP/public/certificates/codegate_ca.crt"
6969

7070
# Step 4: Start the dashboard
7171
start_dashboard

0 commit comments

Comments
 (0)