Actualiser 1.3.CreationDockerfile.postgres.sh
This commit is contained in:
parent
04181b2c2a
commit
f5be82b844
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
source ./0.variables.env
|
||||
|
||||
# Création du Dockerfile de Postgresql
|
||||
POSTGRESQL_DIR=./config-postgresql
|
||||
|
|
|
|||
Loading…
Reference in a new issue