Commit 2231c6b5 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'develop'

parents d501176d 74582fe5
Loading
Loading
Loading
Loading
Loading

CHANGELOG.md

0 → 100644
+9 −0
Original line number Diff line number Diff line
CHANGELOG
=========

1.0.0 (19/09/2019)
------------------

### Ajout

- Embryon d'application.
+1 −8
Original line number Diff line number Diff line
###########################################################################################
#
#                               Image pour le dev.
#
###########################################################################################

ARG PHP_VERSION

FROM unicaen-dev-php${PHP_VERSION}-apache
@@ -18,8 +12,7 @@ ENV APACHE_CONF_DIR=/etc/apache2 \
## Installation de packages requis.
RUN apt-get update -qq && \
    apt-get install -y \
        sqlite3 \
        php${PHP_VERSION}-pdo-sqlite
        php${PHP_VERSION}-pgsql

# Nettoyage
RUN apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/tmp/*

LICENSE

0 → 100644
+549 −0

File added.

Preview size limit exceeded, changes collapsed.

+16 −10

File changed.

Preview size limit exceeded, changes collapsed.

bin/bump-version

0 → 100755
+61 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading