Skip to content

Commit

Permalink
fix:dependecy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dewisnu committed Dec 17, 2023
1 parent 0f65df4 commit e627554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 5000
EXPOSE 3000
CMD ["gunicorn","wsgi:app","-b","0.0.0.0:3000"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MarkupSafe==2.1.3
mpmath==1.3.0
networkx==3.2.1
numpy==1.26.2
opencv-python==4.8.1.78
opencv-python-headless==4.8.1.78
packaging==23.2
Pillow==10.1.0
platformdirs==3.10.0
Expand Down

0 comments on commit e627554

Please sign in to comment.