it is now possible to edit station entries

This commit is contained in:
2022-06-17 17:18:41 +02:00
parent 491a12276d
commit 4ca75ef48d
7 changed files with 108 additions and 8 deletions

View File

@@ -9,6 +9,5 @@ RUN docker-php-ext-install pdo pdo_mysql
# install xdebug for php
RUN pecl install xdebug && docker-php-ext-enable xdebug
# install ldap module
RUN apt install -y libldap2-dev
RUN docker-php-ext-install ldap
# create log folder
RUN mkdir /logs