You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then I launch docker compose up -d --build
I get a success message
but when I check the docker container ls, I see that it restarts in loop
so I check the logs of the docker and I see :
ats-resume | Error: Invalid value: File does not exist: streamlit_app.py
ats-resume | Usage: streamlit run [OPTIONS] TARGET [ARGS]...
ats-resume | Try 'streamlit run --help' for help.
is there anything in particular that I need to do here ?
thanks for the help !
The text was updated successfully, but these errors were encountered:
I created the following docker-compose.yml (no git clone etc) :
then I launch
docker compose up -d --build
I get a success message
but when I check the docker container ls, I see that it restarts in loop
so I check the logs of the docker and I see :
is there anything in particular that I need to do here ?
thanks for the help !
The text was updated successfully, but these errors were encountered: