Commit 12d1c619 authored by Johnny Leveneur's avatar Johnny Leveneur
Browse files

maj fichiers de configuration

parent aba3a6aa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,3 +31,9 @@ RUN a2enconf php${PHP_VERSION}-fpm.conf && \
    service php${PHP_VERSION}-fpm reload

RUN composer self-update --2

# Configurer la couleur dans le bash
RUN echo 'export PS1="\[\e[0;32m\]\u@\h \[\e[0;33m\]\w\[\e[0m\] $ "' >> /root/.bashrc
RUN echo 'alias ls="ls --color=auto"' >> /root/.bashrc
RUN echo 'alias ll="ls -l"' >> /root/.bashrc
RUN echo 'alias grep="grep --color=auto"' >> /root/.bashrc
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
        "unicaen/ldap": "^7.0",
        "unicaen/synchro": "^6",
        "unicaen/enquete": "^0",
        "unicaen/bddadmin": "^0"
        "unicaen/bddadmin": "^0",
        "laminas/laminas-crypt": "^4.0"
    },
    "require-dev": {
        "laminas/laminas-developer-tools": ">=1.0"
+2 −1
Original line number Diff line number Diff line
DoctrineORMModule/
db/
generation_code/
 No newline at end of file
+28 −0
Original line number Diff line number Diff line
@@ -353,3 +353,31 @@
.icon.icon-gerer::before {
    content:"\f013";
}


.icon.icon-vider::before,
.icon.icon-nettoyer::before,
.icon.icon-clear::before
{
    content:"\f51a";
}


.icon.icon-accessibilite::before,
.icon.icon-accessibility::before,
.icon.icon-rqth::before
{
    content:"\f193";
}

.icon.icon-commentaire::before,
.icon.icon-comment::before
{
    content:"\f075";
}

.icon.icon-commentaires::before,
.icon.icon-comments::before
{
    content:"\f086";
}