Skip to content

Commit

Permalink
korjaus Dockerfile "python:latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu-Kostamo committed Apr 20, 2024
1 parent 88f4aac commit 7f71405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.10-alpine
FROM python:latest
COPY requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt

COPY . src
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django
djangorestframework>=3.13.1,<3.14.0
PILLOW
MySQLdb
mysqlclient

0 comments on commit 7f71405

Please sign in to comment.