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
Once we have a Dockerfile that builds an image that can talk to our existing servers, we'll want to refactor it so that we can create separate development, staging, and production builds.
Initially, development and production are the most important; staging would be nice but we don't really have a staging environment right now anyway. Not having used Docker for an integrated dev + production workflow before, I'm not even sure that "staging" is a useful part of that flow, and am open to suggestions.
The text was updated successfully, but these errors were encountered:
Once we have a Dockerfile that builds an image that can talk to our existing servers, we'll want to refactor it so that we can create separate development, staging, and production builds.
Initially, development and production are the most important; staging would be nice but we don't really have a staging environment right now anyway. Not having used Docker for an integrated dev + production workflow before, I'm not even sure that "staging" is a useful part of that flow, and am open to suggestions.
The text was updated successfully, but these errors were encountered: