Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Build the image

docker build -t trame-app .

Run the image on port 8080

docker run -it --rm -p 8080:80 trame-app

Or if you need some prefix

docker run -it --rm -p 8080:80 -e TRAME_URL_PREFIX=/my-app/sub/path trame-app

Deploying into CapRover

If that directory was at the root of a git repo you could run the following command line

caprover deploy

That app could also be deployed by running the following set of commands

tar -cvf trame-app.tar captain-definition Dockerfile app.py setup
caprover deploy -t trame-app.tar
Morty Proxy This is a proxified and sanitized view of the page, visit original site.