Skip to content

Commit

Permalink
Docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBrie committed Feb 7, 2024
1 parent 501bda4 commit 8a98e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pip install pipenv
RUN pip install uvicorn
RUN pip install fastapi
#RUN pip install streamlit
RUN pipenv install --system --deploy --ignore-pipfile
#RUN pipenv install --system --deploy --ignore-pipfile

# expose the port that uvicorn will run the app on
ENV PORT=8000
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import uvicorn
from fastapi import FastAPI
import os
import streamlit as st
#import streamlit as st

# load environment variables
port = os.environ["PORT"]
Expand Down

0 comments on commit 8a98e7c

Please sign in to comment.