Skip to content

jpadilla/ember-fastboot-docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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