Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Nov 27, 2024
1 parent 195cf7a commit 34b32da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.0-alpine
FROM python:3.12-alpine
WORKDIR /miller

ARG GIT_TAG
Expand Down Expand Up @@ -44,6 +44,5 @@ RUN mkdir -p logs
ENV MILLER_GIT_TAG=${GIT_TAG}
ENV MILLER_GIT_BRANCH=${GIT_BRANCH}
ENV MILLER_GIT_REVISION=${GIT_REVISION}
ENV MAGICK_HOME /usr

ENTRYPOINT python ./manage.py runserver
ENV MAGICK_HOME=/usr
ENTRYPOINT ["python", "./manage.py", "runserver"]

0 comments on commit 34b32da

Please sign in to comment.