You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
I try to figure out the way of creating a common development sequence:
A: Update source code (manually) then run a single command that does:
B1: Build new image, then push it to DockerHub
B2: Apply changes by restarting Service with the new image (pull new image, start new revision)
Is this something that I can do with the Build file (just by defining all these steps or should I implement some advanced script or smth).