This commit is contained in:
parent
547068bb48
commit
df42047a4b
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: publish docker image
|
||||
steps:
|
||||
- name: build and publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
auto_tag: true
|
||||
username: 3wordchant
|
||||
password:
|
||||
from_secret: git_coopcloud_tech_token_3wc
|
||||
repo: git.coopcloud.tech/coop-cloud-chaos-patchs/adapt_authoring
|
||||
tags: latest
|
||||
registry: git.coopcloud.tech
|
@ -1,9 +1,11 @@
|
||||
# docker-adaptauthoring
|
||||
|
||||

|
||||
[](https://build.coopcloud.tech/coop-cloud-chaos-patchs/docker-adaptauthoring)
|
||||
|
||||
Docker configuration for the [Adapt Authoring tool](https://github.com/adaptlearning/adapt_authoring): create SCORM-compatible training.
|
||||
|
||||
Migrated from https://github.com/3-w-c/docker-adaptauthoring
|
||||
|
||||
## Getting started
|
||||
|
||||
Because Adapt requires a database to run, the easiest way to get started is to use `docker-compose` to set up Adapt and MongoDB automatically.
|
||||
|
Loading…
x
Reference in New Issue
Block a user