Skip to content

example docker app for runway

Notifications You must be signed in to change notification settings

hostwithquantum/runway-example-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Runway Example docker App

This is an example app demonstrating how to deploy a docker app to runway.

  • clone this repo, and navigate into that directory
  • runway app create
  • runway app deploy
  • runway open

You can then deploy changes by git commiting them, and running runway app deploy again.

This example is very simple (a static site based on the nginx image) - but any Docker image will work, provided it EXPOSEs a port and doesn't run as root.

See the Dockerfile for some hints.