locally I can run "slim build --expose 8080 --expose 8000 --include-path /home/appuser --include-path /srv geniepy/demo" which gives me a runnable container. However when I execute
I does not consider the args, so that the resulting image (24MB!) does not work as expected, as there is too many things removed. I have caddy running, some static html and a FlaskAPI backend (reflex). Actually you I try to package a Python Reflex app (https://geniepy.com)
Hi,
locally I can run "slim build --expose 8080 --expose 8000 --include-path /home/appuser --include-path /srv geniepy/demo" which gives me a runnable container. However when I execute
I does not consider the args, so that the resulting image (24MB!) does not work as expected, as there is too many things removed. I have caddy running, some static html and a FlaskAPI backend (reflex). Actually you I try to package a Python Reflex app (https://geniepy.com)