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
I believe that the Dockerfile in the root directory is intended for the AWS pipeline. To avoid confusion, should we consider moving it to a cicd folder? Alternatively, we could establish a best practice for the project structure.
The text was updated successfully, but these errors were encountered:
That sounds good about establishing a best practice for this. Ideally we'd be looking at having a common Docker file for AWS and what is used locally, maybe it all lives in the docker directory? I dont know enough about how this all fits together to have an opinion on exactly how we do it but I'd like to be in the discussion @hamzajaved-csiro should be a part of this too. I can set something up .
I noticed that the Dockerfile is located in the root directory of the repository (https://github.com/AtlasOfLivingAustralia/alerts/blob/develop/Dockerfile). We also have a docker-compose file under the docker directory, which is used for building the local development environment.
I believe that the Dockerfile in the root directory is intended for the AWS pipeline. To avoid confusion, should we consider moving it to a cicd folder? Alternatively, we could establish a best practice for the project structure.
The text was updated successfully, but these errors were encountered: