Skip to content

A freshly updated version of "bridgetown new" preconfigured to be able to run with Docker.

License

Notifications You must be signed in to change notification settings

Ruby-Starter-Kits/Docker-Bridgetown-Template

Repository files navigation

Bridgetown

Welcome to your Bridgetown app.

This was generated by Ruby-Starter-Kits/Docker-Bridgetown-Generator, if you have any ideas please report them there :)

Setup & Running Locally

Clone down the repo, install Docker & run:

$ docker-compose up

Then navigate your browser to https://127.0.0.1:4000/ to see your site.

Running one off commands

If you'd like to run a one off command within your container, use docker-compose run --rm web <YourCommand>, e.g:

$ docker-compose run --rm web yarn add stimulus

Useful Links