feat(cli): add foxel_cli.py for user password management and setup symlink

This commit is contained in:
shiyu
2025-12-22 12:43:52 +08:00
parent 7c38c0045b
commit f503d521e6
2 changed files with 159 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ COPY . .
RUN mkdir -p data/db data/mount && \
chmod 777 data/db data/mount && \
chmod +x setup/foxel_cli.py && \
ln -sf /app/setup/foxel_cli.py /usr/local/bin/foxel && \
rm -rf /var/log/apt /var/cache/apt/archives
EXPOSE 80