Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
erfjab committed Oct 11, 2024
1 parent 3224b49 commit e8702f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
FROM python:3.11.8-alpine

ENV PYTHONUNBUFFERED 1
ENV PYTHONUNBUFFERED=1

WORKDIR /code

COPY ./requirements.txt .

RUN pip install --no-cache-dir --upgrade -r requirements.txt

RUN pip install alembic

COPY . .

RUN chmod +x main.py
Expand Down

0 comments on commit e8702f1

Please sign in to comment.