Skip to content

Commit

Permalink
revert docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Feb 14, 2024
1 parent 7f15456 commit b6f0cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY .git .git
RUN echo $(git rev-parse --short HEAD) > .version
RUN echo $(date -Is) >> .version

FROM python:3.12.0b1-slim AS runtime
FROM python:3.10-slim AS runtime

WORKDIR /app

Expand All @@ -40,4 +40,4 @@ COPY . /app
# build default alembic config into container, we rarely want to change this
RUN /bin/bash -c 'if [[ ! -f alembic.ini ]]; then mv alembic.example.ini alembic.ini; fi'

CMD [ "python", "apollo.py" ]
CMD [ "python", "apollo.py" ]

0 comments on commit b6f0cf8

Please sign in to comment.