Skip to content

Commit a93d566

Browse files
committed
🚀 Deploying on port 8000
1 parent 3d1536e commit a93d566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY --chown=fastmock:fastmock . .
1919
USER 999
2020

2121
ENV PATH="/usr/app/venv/bin:$PATH"
22-
EXPOSE 5000
22+
EXPOSE 8000
2323

2424

2525
ENTRYPOINT ["./boot.sh"]

boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
source venv/bin/activate
33

44
alembic upgrade head
5-
exec uvicorn --host 0.0.0.0 --port 5000 app.main:app
5+
exec uvicorn --host 0.0.0.0 --port 8000 app.main:app
66

0 commit comments

Comments
 (0)