I am using Heroku with Docker. I need to upload files in /public/pictures
and I want to do it via sftp or scp. I tried to expose the port 22 and access to the container with this comment :
ssh app@application.herokuapp.com
It do nothing.
Is there a way to do it? Is there a better way?