Skip to content

Commit

Permalink
edit dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy committed Oct 15, 2023
1 parent 5d8bb37 commit 7187c99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY main.py .
COPY ./app /app/app

# Delete environment folder to avoid sensitive data
RUN rm -rf environments

EXPOSE 8000

# Create environment folder
Expand Down

0 comments on commit 7187c99

Please sign in to comment.