paul
5cfd3c1641
- Bump dependencies - Remove deprecated dependencies - Use Semantic Media Wiki 4 - Add helper scripts for local testing - Add S3 capabilities - Add RemoteUser capabilities This makes it almost possible to use this image stateless. SMW adds a config file on installation, this is tracked in Issue #2 Co-authored-by: Paul <paul@zom.bi> Reviewed-on: #1
8 lines
No EOL
107 B
Makefile
8 lines
No EOL
107 B
Makefile
build:
|
|
docker build -t tmp .
|
|
|
|
run:
|
|
docker-compose up
|
|
|
|
install:
|
|
docker-compose exec wiki bash db-setup.sh
|