Skip to content

Commit

Permalink
feat(ci/cd): improve Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Khenziii committed Jun 1, 2024
1 parent aef7ef1 commit 7958cdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ ENV WEB_SERVER=$WEB_SERVER

WORKDIR /app

COPY . .
COPY requirements.txt .

RUN pip install --no-cache-dir -r requirements.txt

COPY . .

# AFAIK, there's no way to expose
# a port condtionally. The container
# has to expose this, even if it
Expand Down

0 comments on commit 7958cdd

Please sign in to comment.