Hey,
I’m currently trying to get local mode working for my development device.
I’m running into issues with the local push command.
- I don’t see an easy way to specify which Dockerfile to use. Currently I’m duplicating my actual prod file and writing it to
Dockerfile
. - I am getting push failures when using the
*%%RESIN_ARCH%%
and%%RESIN_MACHINE_NAME%%
syntax in my dockerfile. Is there a good way to run local mode with these values present?
Thanks for the help!