Skip to content

Commit

Permalink
feat: more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 5, 2024
1 parent cb34fdf commit 4b236f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bereal/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from flask_cors import CORS # noqa: E402
from flask_limiter import Limiter # noqa: E402
from flask_limiter.util import get_remote_address # noqa: E402
from flask_migrate import Migrate
from flask_migrate import Migrate # noqa: E402
from flask_sqlalchemy import SQLAlchemy # noqa: E402
from itsdangerous import URLSafeTimedSerializer # noqa: E402

Expand Down
3 changes: 3 additions & 0 deletions docker/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ WORKDIR /app

COPY . /app

RUN sudo apt-get update
RUN sudo apt-get install netcat

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

Expand Down

0 comments on commit 4b236f8

Please sign in to comment.