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
while trying to make the Docker Container Work in non-SSL mode, I ran into some trouble using the Docker Containers to actually develop on, as the container build directly depends on the <> GitHub Repo.
I think one of the main benefits of Docker is to have a reproducible production environment, which right now is not really possible.
I would like to discuss changing the Dockerfile to depend on the Repository itself, instead of GitHub. This would mean moving the Dockerfile to the toplevel, so we can use the whole repo as build context and then pip installing from the local repo, not the GitHub Repo.
How does that sound to you?
The text was updated successfully, but these errors were encountered:
Hey Bene,
while trying to make the Docker Container Work in non-SSL mode, I ran into some trouble using the Docker Containers to actually develop on, as the container build directly depends on the <> GitHub Repo.
I think one of the main benefits of Docker is to have a reproducible production environment, which right now is not really possible.
I would like to discuss changing the Dockerfile to depend on the Repository itself, instead of GitHub. This would mean moving the Dockerfile to the toplevel, so we can use the whole repo as build context and then pip installing from the local repo, not the GitHub Repo.
How does that sound to you?
The text was updated successfully, but these errors were encountered: