diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 75c11408158ce0af95c7d5d32b9d482f9ed7c671..d270dd40beb582f322da3954ba5047a73c029def 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -17,4 +17,4 @@ RUN pip3 install -r requirements.txt COPY . /frontend -CMD [ "./wait-for-it.sh", "db:3306", "--timeout=0" ,"--","python3", "-m", "flask", "run", "--host=0.0.0.0", "-p 5003"] \ No newline at end of file +CMD [ "./wait-for-it.sh", "user-db:3306", "--timeout=0" ,"--","python3", "run.py"] \ No newline at end of file