mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-09 21:50:48 +08:00
fix typo
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
2556f38833
commit
dc77a2732c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ RUN set -ex; \
|
|||
mv -v /src/recording/pyproject.toml /src/recording/src/pyproject.toml; \
|
||||
python3 -m pip install /src/recording/src; \
|
||||
rm -rf /src; \
|
||||
chown recording:recording-R \
|
||||
chown recording:recording -R \
|
||||
/tmp; \
|
||||
apk del --no-cache \
|
||||
git \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue