Skip to content

angus-mcritchie/docker-php-node-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the image

docker build .

Find the image ID

docker images

Tag the image

docker tag <image_id> <docker_hub_username>/<image_name>:<tag>

Push the image

docker push <docker_hub_username>/<image_name>:<tag>

About

Docker build image for bitbucket pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published