• Mark Tyneway's avatar
    fix(ops): ignore .env files · 58b1d09b
    Mark Tyneway authored
    .env files were not being ignored by docker. This meant that any local
    environment variable changes you placed into an .env file would be
    pulled into docker images built inside of the ops package. Docker images
    should only be using environment variables as specified in their
    respective environment folders and should not copy over .env files.
    58b1d09b
.dockerignore 190 Bytes