Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Template for all apps that should be dockerized.

License

Notifications You must be signed in to change notification settings

ikhurramraza/dockerized-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐳 Dockerized App

🚀 Deployment

  1. Build and push docker image to GitHub.
./docker/build-and-push.sh [VERSION_TAG]
  1. Create and push tag to GitHub.
git tag --sign -a "v[VERSION_TAG]" -m "[RELEASE_HEADER]"

git push origin "v[VERSION_TAG]"
  1. Create a release on GitHub.

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

⚖️ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Template for all apps that should be dockerized.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published