Temporarily disable running Owncast under new user in #2496
This commit is contained in:
parent
496bf3ecb3
commit
e1c6ea9e21
@ -113,8 +113,11 @@ docker:
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --platform=$TARGETPLATFORM +package/owncast.zip /app
|
COPY --platform=$TARGETPLATFORM +package/owncast.zip /app
|
||||||
RUN unzip -x owncast.zip && mkdir data
|
RUN unzip -x owncast.zip && mkdir data
|
||||||
RUN chown -R owncast:owncast /app
|
|
||||||
USER owncast
|
# temporarily disable until we figure out how to move forward
|
||||||
|
# RUN chown -R owncast:owncast /app
|
||||||
|
# USER owncast
|
||||||
|
|
||||||
ENTRYPOINT ["/app/owncast"]
|
ENTRYPOINT ["/app/owncast"]
|
||||||
EXPOSE 8080 1935
|
EXPOSE 8080 1935
|
||||||
SAVE IMAGE --push $image:$tag
|
SAVE IMAGE --push $image:$tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user