mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-10 22:20:41 +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; \
|
mv -v /src/recording/pyproject.toml /src/recording/src/pyproject.toml; \
|
||||||
python3 -m pip install /src/recording/src; \
|
python3 -m pip install /src/recording/src; \
|
||||||
rm -rf /src; \
|
rm -rf /src; \
|
||||||
chown recording:recording-R \
|
chown recording:recording -R \
|
||||||
/tmp; \
|
/tmp; \
|
||||||
apk del --no-cache \
|
apk del --no-cache \
|
||||||
git \
|
git \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue