Skip to content

Commit

Permalink
Docker not build in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBrie committed Feb 7, 2024
1 parent 2b29ceb commit 501bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pip install pipenv
# Install uvicorn
RUN pip install uvicorn
RUN pip install fastapi
RUN pip install streamlit
#RUN pip install streamlit
RUN pipenv install --system --deploy --ignore-pipfile

# expose the port that uvicorn will run the app on
Expand Down

0 comments on commit 501bda4

Please sign in to comment.