Thanks to visit codestin.com
Credit goes to github.com

Skip to content

techvisionconstruct/backend

Repository files navigation

Service

Docker Usage

Specify which environment's requirements to use when building the Docker image:

# For development
docker build --build-arg ENVIRONMENT=dev -t myapp:dev .

# For staging
docker build --build-arg ENVIRONMENT=staging -t myapp:staging .

# For production (default)
docker build -t myapp:prod .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages