Skip to content

Commit

Permalink
fix: remove alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguynicolas committed Jun 23, 2024
1 parent 3be652e commit f97c020
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ WORKDIR /code
COPY ./requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./src /code/app
COPY ./alembic /code/alembic
COPY ./alembic.ini /code/alembic.ini
EXPOSE 80
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]

0 comments on commit f97c020

Please sign in to comment.