diff --git a/LyricsPy/buildConComposeProd.sh b/LyricsPy/buildConComposeProd.sh index 84ab48d..f0ec60b 100644 --- a/LyricsPy/buildConComposeProd.sh +++ b/LyricsPy/buildConComposeProd.sh @@ -1,3 +1,3 @@ docker-compose -f docker-compose.prod.yml down -docker rmi padel_padel -docker-compose -f docker-compose.prod.yml up -d --build \ No newline at end of file +docker rmi lyrics_lyrics +docker-compose -f docker-compose.prod.yml up -d --build diff --git a/LyricsPy/requirements.txt b/LyricsPy/servicios/requirements.txt similarity index 100% rename from LyricsPy/requirements.txt rename to LyricsPy/servicios/requirements.txt