Skip to content

Boilerplate for Dockerized Fastify Server (Node.js)

Notifications You must be signed in to change notification settings

mllowenstein/fastserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastserver

build the docker image

docker build -t fastserver .

running the docker container

docker run =p 3000:3000 fastserver

build the docker image without a linux distro/package manager

docker build -f Dockerfile.distroless -t fastserver-nodistro .

running the distroless docker container

docker run -p 3000:3000 fastserver-nodistro

About

Boilerplate for Dockerized Fastify Server (Node.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published