Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

333 - Remove Docker from app but not CI #335

Merged
merged 2 commits into from
Jan 30, 2024
Merged

333 - Remove Docker from app but not CI #335

merged 2 commits into from
Jan 30, 2024

Conversation

Janell-Huyck
Copy link
Contributor

Fixes #333

This PR removes the Docker code related to the app.

We are not using Docker to run locally or in production, but CI is using Docker to spin up the app during deployments.

The CI relies on the file .circleci/config.yml to tell it what Docker image to use, but our config file does not directly use the "docker-compose" commands which would use the .dockerignore and docker-compose.yml files.

Following best-practice of removing dead and unused code (rather than trying to keep it up to date), this PR:

  • Removes the following files:

    • .dockerignore
    • Dockerfile
    • docker-compose.yml
  • Modifies .github/dependabot.yml to stop instructing dependabot to look for updates in the Docker files.

@hortongn hortongn merged commit c8dbcef into qa Jan 30, 2024
3 checks passed
@hortongn hortongn deleted the 333-remove-docker branch January 30, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Docker
2 participants