Skip to content

fadhlimulyana20/fastify-docker-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify Docker Simple

This is an example of how to dockerize fastify application in very simple way.

Dependencies

  • Fastify
  • pm2

pm2 is used for production process manager, so that fastify app can restart automatically when there is something any unhandled exception or errors occur.

Build Image

docker build . -t fastify-try

Run Container

docker run -p 3000:3000 fastify-try

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published