Skip to content

Dockerize the project #7

@ariesmaulana

Description

@ariesmaulana

Docker Setup and GitHub Workflow

Steps

  1. Create a Dockerfile

    • Define the minimal configuration needed to run the project in Docker.
  2. Create a Docker Compose file

    • Configure the services required for the project.
    • Include PostgreSQL as a service so the application can connect to an actual database during testing.
  3. Update the GitHub Workflow

    • Modify the workflow to build and use the Docker image.
    • Start the services defined in Docker Compose.
    • Run the tests against the PostgreSQL service.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions