Skip to content

toriaezunama/github-actions-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-playground

Build

Development

docker build --target development -t github-actions-playground:development .

Production

docker build --target production -t github-actions-playground:production .

Run

Development

docker run -p 3000:3000 --rm --name gap -d github-actions-playground:development

Test

docker run --rm --name gap-unit-tests github-actions-playground:development test

Production

docker run -p 3000:3000 --rm --name gap -d github-actions-playground:production

Stop

docker stop gap

Liveness

curl localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published