Skip to content

felipelssilva/the.best.boilerplate.docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Boilerplate of the best Docker configs for Node

This repo is the best Boilerplate Docker Configs for your projets in Node.JS

Attention

Before use this boilerplate, install these sh components:

First config

In the file .docker/command.sh you need to change the yarn install to npm install or bun install, or anything else.

On Dockerfile you will see on the first line the version of Node, depends on the project you will change it.

On .devcontainer/devcontainer.json you will see the amazing configurations for your docker envirolment, with the best and amazing extensions for your work days.

Here is the list of the extensions:

And of course the best config (in my opinion) is the Oh My Zsh features:

"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {
  "plugins": "git git-flow F-Sy-H zsh-autosuggestions zsh-completions",
  "omzPlugins": "https://github.com/z-shell/F-Sy-H https://github.com/zsh-users/zsh-autosuggestions https://github.com/zsh-users/zsh-completions"
},
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {}

About

This repo is the best Boilerplate Docker Configs for your projets

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published