Skip to content

Commit

Permalink
Remove sqlite from backend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BraunRudolf committed Jul 27, 2024
1 parent 326a1e3 commit 9333ea8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend-app/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY /app/ /app/

ENV FASTAPI_HASH_ALGORITHM=HS256
ENV ACCESS_TOKEN_EXPIRE_MINUTES=30
ENV USER_DB_URL=sqlite:///./sql_app.db
ENV FILE_DB_URL=sqlite:///./file_sql.db

EXPOSE 8000

Expand Down

0 comments on commit 9333ea8

Please sign in to comment.