mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix dockerfile
This commit is contained in:
parent
84a226b4f8
commit
51ff0d539b
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ RUN apt update \
|
||||||
# selects 999 given the current image build steps. The same is true for the
|
# selects 999 given the current image build steps. The same is true for the
|
||||||
# system group range SYS_GID_MIN and SYS_GID_MAX. It is fine to manually assign
|
# system group range SYS_GID_MIN and SYS_GID_MAX. It is fine to manually assign
|
||||||
# them an ID outside of that range.
|
# them an ID outside of that range.
|
||||||
DEFAULT_PEERTUBE_UID=999
|
ENV DEFAULT_PEERTUBE_UID=999
|
||||||
DEFAULT_PEERTUBE_GID=999
|
ENV DEFAULT_PEERTUBE_GID=999
|
||||||
|
|
||||||
# Add peertube user
|
# Add peertube user
|
||||||
RUN groupadd -r -g ${PEERTUBE_GID:-${DEFAULT_PEERTUBE_GID}} peertube \
|
RUN groupadd -r -g ${PEERTUBE_GID:-${DEFAULT_PEERTUBE_GID}} peertube \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue