mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
Resolve #2909 by replacing the beta FileCodeBox app version with latest, updating the image tag and README metadata, and adding minimal lifecycle scripts.
4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
mkdir -p "${DATA_PATH:-./data}"
|