diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-05-09 06:50:15 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-05-09 06:50:15 +0000 |
| commit | 91dc71b86b9f4c7020017eaccd30dc2fc5769fad (patch) | |
| tree | db9464cdf5254621eab6a11bcfacc19dd2f741a0 /docker | |
| parent | 87016e37f4aeb53de8ea37a3a5e91e86da9e23d2 (diff) | |
Add image builder via kaniko, fixes #2610
Closes #2610
Merge request studip/studip!1760
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/studip/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/studip/Dockerfile b/docker/studip/Dockerfile index de3a4b1..f5e503b 100644 --- a/docker/studip/Dockerfile +++ b/docker/studip/Dockerfile @@ -51,6 +51,9 @@ WORKDIR /var/www/studip # Add config template COPY ./docker/studip/config_local.php ./config/config_local.inc.php +# Copy config +RUN cp ./config/config.inc.php.dist ./config/config.inc.php + # Add custom entrypoint COPY ./docker/studip/docker-entrypoint.sh /usr/local/bin/ RUN chmod u+x /usr/local/bin/docker-entrypoint.sh |
