mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
Rename the app version directory to match the primary image, remove the stale fixed version from the README, and document the official image scan risk.
9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
DATA_DIR="${APP_DATA_DIR:-./data}"
|
|
mkdir -p \
|
|
"${DATA_DIR}/overleaf" \
|
|
"${DATA_DIR}/mongo" \
|
|
"${DATA_DIR}/redis"
|