Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit ce3e18e

Browse files
author
Borja Lopez
committed
ci: Test
1 parent f9f4067 commit ce3e18e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
1414
COPY . /usr/src/app
1515

1616
# Application Environment variables
17+
#ENV APP_ENV development
1718
ENV PORT 8080
1819

1920
# Exposing Ports

byebye-world/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
1414
COPY . /usr/src/app
1515

1616
# Application Environment variables
17+
#ENV APP_ENV development
1718
ENV PORT 8081
1819

1920
# Exposing Ports

hello-world/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
1414
COPY . /usr/src/app
1515

1616
# Application Environment variables
17+
#ENV APP_ENV development
1718
ENV PORT 8080
1819

1920
# Exposing Ports

0 commit comments

Comments
 (0)