keyshade icon indicating copy to clipboard operation
keyshade copied to clipboard

Add tests for docker build

Open rajdip-b opened this issue 1 year ago • 1 comments

Description

Whenever changes occur to any of the docker files, we want a CI to run to evaluate the validity of these changes. Right now, we have just 2 docker files:

  • apps/web/Dockerfile
  • apps/api/Dockerfile

Solution

  • The CI should run when:
    1. Changes occur to any of the docker file
    2. Changes are made during a push or in a pull request
  • Test for build: Issue a docker build command, then check if the image was built successfully

rajdip-b avatar Feb 09 '24 12:02 rajdip-b