From ce3e18ee89b11e6081953979af5e0a6b2067b546 Mon Sep 17 00:00:00 2001 From: Borja Lopez Date: Wed, 23 Feb 2022 13:26:46 +0100 Subject: [PATCH] ci: Test --- app/Dockerfile | 1 + byebye-world/Dockerfile | 1 + hello-world/Dockerfile | 1 + 3 files changed, 3 insertions(+) diff --git a/app/Dockerfile b/app/Dockerfile index 0f50494..58d0cb4 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . /usr/src/app # Application Environment variables +#ENV APP_ENV development ENV PORT 8080 # Exposing Ports diff --git a/byebye-world/Dockerfile b/byebye-world/Dockerfile index 6d905b7..1bf2f03 100644 --- a/byebye-world/Dockerfile +++ b/byebye-world/Dockerfile @@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . /usr/src/app # Application Environment variables +#ENV APP_ENV development ENV PORT 8081 # Exposing Ports diff --git a/hello-world/Dockerfile b/hello-world/Dockerfile index 0f50494..58d0cb4 100644 --- a/hello-world/Dockerfile +++ b/hello-world/Dockerfile @@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . /usr/src/app # Application Environment variables +#ENV APP_ENV development ENV PORT 8080 # Exposing Ports