🔧 Configure KI API URL from environment #86

Open
nomaster wants to merge 2 commits from configure-api-url-from-env into main
Member

With an entrypoint script, fill the configuration template from an
environment variable containing the KI API URL.

With an entrypoint script, fill the configuration template from an environment variable containing the KI API URL.
nomaster added 1 commit 2024-01-12 19:13:04 +01:00
🔧 Configure KI API URL from environment
Some checks failed
continuous-integration/drone/pr Build is failing
7bba73ceae
With an entrypoint script, fill the configuration template from an
environment variable containing the KI API URL.
nomaster added the
enhancement
label 2024-01-12 19:13:08 +01:00
nomaster added 1 commit 2024-01-12 19:16:59 +01:00
📄 Add license for new script
All checks were successful
continuous-integration/drone/pr Build is passing
000946c52d
Brain reviewed 2024-08-22 13:59:46 +02:00
@ -21,0 +25,4 @@
COPY etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY configure.sh /docker-entrypoint.d/
COPY --from=builder /dist .
Owner

That would make the COPY statements from lines 14 and 15 obsolete, right?

That would make the `COPY` statements from lines 14 and 15 obsolete, right?
All checks were successful
continuous-integration/drone/pr Build is passing
Required
Details
This pull request has changes conflicting with the target branch.
  • Dockerfile

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin configure-api-url-from-env:configure-api-url-from-env
git checkout configure-api-url-from-env
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kompetenzinventar/ki-frontend#86
No description provided.