Skip to content

Commit

Permalink
Updated dockerfile for the pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
minkzaw committed Jun 9, 2024
1 parent 8612939 commit cf27629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . /app/

WORKDIR /app

RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip3 install --no-cache-dir -r requirements.txt || true

EXPOSE 8000

Expand Down

0 comments on commit cf27629

Please sign in to comment.