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

Commit

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

0 comments on commit 97f6527

Please sign in to comment.