Skip to content

jpadilla/ember-fastboot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-fastboot-docker

Dockerized Node.js server for running Ember FastBoot apps. Based on Ember FastBoot for AWS Elastic Beanstalk by @tomdale.

Usage

$ docker run \
  --rm -it \
  -p 8080:3000 \
  -v $(pwd)/fastboot-dist:/src/fastboot-dist \
  jpadilla/ember-fastboot-server

Environment variables

For basic auth support specify FASTBOOT_USERNAME and FASTBOOT_PASSWORD environment variables when running.

Default port is 3000. To override specify a different PORT environment variable when running.

About

Dockerized Node.js server for running Ember FastBoot apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published