update example/poster.png

pull/3/head
diegoalrv 2023-11-22 22:43:05 -03:00
parent 0493e8dc7e
commit b04bbe8bf5
2 changed files with 3 additions and 2 deletions

View File

@ -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()

View File

@ -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
# 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