Comment by mightymoud

Comment by mightymoud 10 months ago

3 replies

Locally here means the locally on your laptop locally, not locally on your VPS. Contrary to popular opinion, I believe your source code shouldn't be on your prod machine - a docker image is all you need. Lots of other projects push your code to VPS to build the image there then use it. I see no point in doing that...

sdf4j 10 months ago

The docker registry can be avoided by exporting/importing the docker image over ssh.