Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

node-aws-ci

Contribute:

export DOCKER_ACC=gomzy export DOCKER_REPO=node-aws export IMG_TAG=<??>

Build your image by executing the docker build command. DOCKER_ACC is the name of your account DOCKER_REPO is your image name and IMG_TAG is your tag

command: docker build -t $DOCKER_ACC/$DOCKER_REPO:$IMG_TAG .

Now, you can push this image to your hub by executing the docker push command.

command: docker push $DOCKER_ACC/$DOCKER_REPO:$IMG_TAG

Debug

docker build -t my-debug-image . docker run -it my-debug-image

TODO

  1. CI-CD

Author(s)

  • Gautam Vanani

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages