Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 441 Bytes

File metadata and controls

21 lines (15 loc) · 441 Bytes

Alles im Rudel Strapi Docker

This docker stack is used to build and test the alles-im-rudel-strapi container.

Usage

First, clone your app into the /app directory.

git clone git@github.com:Alles-im-Rudel/alles-im-rudel-strapi.git app

Afterwards, copy the .env.example to .env and modify its values as needed.

cp .env.example .env

You can now start the app using:

docker-compose up -d --build