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

Commit

Permalink
ci: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
blopezpi committed Feb 23, 2022
1 parent f9f4067 commit ce3e18e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions byebye-world/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions hello-world/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce3e18e

Please sign in to comment.