diff --git a/GenPoster/app.py b/GenPoster/app.py index 93e46be..7769878 100644 --- a/GenPoster/app.py +++ b/GenPoster/app.py @@ -157,7 +157,7 @@ def main(): full_panel.add_image(poster2, (aprox((0.05)*width), aprox((0.5)*height))) # full_panel.add_image(bm, (aprox(0.02*width),aprox((1/6)*height))) full_panel.get_image() - full_panel.save_image('/app/data/output/images/poster.png') + full_panel.save_image('/app/example/poster.png') if __name__ == '__main__': main() \ No newline at end of file diff --git a/GenPoster/run_container.sh b/GenPoster/run_container.sh index e533338..4353ac8 100755 --- a/GenPoster/run_container.sh +++ b/GenPoster/run_container.sh @@ -7,4 +7,5 @@ scripts_path=$project_folder_path/scripts assets_path=$project_folder_path/assets # Ejecuta el contenedor con el enlace de carpeta local -docker run --rm -d -p 8888:8888 --name make_poster -v $data_path:/app/data -v $assets_path:/app/assets -v $scripts_path:/app/scripts -v $project_folder_path:/app bus_poster \ No newline at end of file +# docker run --rm -d -p 8888:8888 --name make_poster -v $data_path:/app/data -v $assets_path:/app/assets -v $scripts_path:/app/scripts -v $project_folder_path:/app bus_poster +docker run --rm -d --name make_poster -v $project_folder_path:/app bus_poster \ No newline at end of file