Skip to content

Repository files navigation

Docker Build Instructions

Clear Docker Cache

Before building, clear your Docker cache to ensure a clean build:

docker system prune -a

Building the Docker Image

To build the Docker image:

# Navigate to the project directory
cd /path/to/project

# Build the image
docker build -t sentire-notes-backend .

# Verify the build
docker images | grep sentire-notes-backend

Run the Container

To run the container:

docker run -p 8000:8000 sentire-notes-backend

Note: Adjust the port mappings according to your application's requirements.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages