From 97f6527a4995a3bfddacc5256af53274f98b53dc Mon Sep 17 00:00:00 2001 From: Borja Lopez Date: Wed, 23 Feb 2022 12:26:06 +0100 Subject: [PATCH] ci: test ci --- app/Dockerfile | 1 - byebye-world/Dockerfile | 1 - hello-world/Dockerfile | 1 - 3 files changed, 3 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 58d0cb4..0f50494 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -14,7 +14,6 @@ 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 1bf2f03..6d905b7 100644 --- a/byebye-world/Dockerfile +++ b/byebye-world/Dockerfile @@ -14,7 +14,6 @@ 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 58d0cb4..0f50494 100644 --- a/hello-world/Dockerfile +++ b/hello-world/Dockerfile @@ -14,7 +14,6 @@ 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