From b12e6ddbced131db894fc8e6873ef84f96772e13 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Tue, 9 Jun 2020 21:28:29 +0200 Subject: [PATCH] [PicaPlume] Put ENV instruction after FROM in Dockerfile --- pica-plume/Dockerfile | 3 +-- pica-plume/README.md | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pica-plume/Dockerfile b/pica-plume/Dockerfile index d663b813..1d2fbd5a 100644 --- a/pica-plume/Dockerfile +++ b/pica-plume/Dockerfile @@ -1,7 +1,6 @@ -ENV PLUME_VERSION=v0.4.0 - FROM plumeorg/plume:${PLUME_VERSION} +ENV PLUME_VERSION=v0.4.0 ENV MIGRATION_DIRECTORY=migrations/postgres ENV USE_HTTPS=1 ENV ROCKET_ADDRESS=0.0.0.0 diff --git a/pica-plume/README.md b/pica-plume/README.md index 4ad91ee4..792f01af 100644 --- a/pica-plume/README.md +++ b/pica-plume/README.md @@ -27,3 +27,7 @@ Lancer : ```bash docker-compose up -d ``` + +### Documentation générale + +Vous pouvez trouver la documentation officielle ici : https://docs.joinplu.me/ -- GitLab