I have script: docker run -it -p 4000:4000 bitgosdk/express:latest --disablessl -e test how to put this command to dockerfile with arguments?
docker run -it -p 4000:4000 bitgosdk/express:latest --disablessl -e test
FRO