Merge pull request '4545-route.basic-data_vehicle' (#1055) from 4545-route.basic-data_vehicle into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1055
This commit is contained in:
Joan Sanchez 2022-09-16 07:15:41 +00:00
commit fe71e485aa
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
FROM mariadb:10.7.5
FROM mariadb:10.7.3
ENV MARIADB_ROOT_PASSWORD root
ENV MYSQL_ROOT_PASSWORD root
ENV TZ Europe/Madrid
ARG DEBIAN_FRONTEND=noninteractive
@ -22,7 +22,6 @@ COPY \
docker/docker-start.sh \
/usr/local/bin/
RUN chmod 775 /etc/mysql/conf.d/docker.cnf
RUN mkdir /mysql-data \
&& chown -R mysql:mysql /mysql-data
@ -36,8 +35,6 @@ COPY \
dump/structure.sql \
dump/dumpedFixtures.sql \
./
RUN chmod 775 config.ini
RUN gosu mysql docker-init.sh \
&& docker-dump.sh mysqlPlugins \
&& docker-dump.sh mockDate \

View File

@ -50,8 +50,10 @@
},
"scope": {
"where": {
"isActive": true
}
"isActive": {
"neq": false
}
}
},
"acls": [
{