Use my fork of arkhamdb

This commit is contained in:
Adam Goldsmith 2023-04-22 22:06:06 -04:00
parent 8dbf4d95ce
commit 45d287be7b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ RUN apt update && \
apt install -y zip unzip git && \
docker-php-ext-install mysqli pdo pdo_mysql
RUN git clone https://github.com/Kamalisk/arkhamdb /srv
RUN git clone https://github.com/ad1217/arkhamdb /srv
RUN chown -R www-data: /srv
COPY parameters.yml /srv/app/config/parameters.yml