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
|
||||
COPY --platform=$TARGETPLATFORM +package/owncast.zip /app
|
||||
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"]
|
||||
EXPOSE 8080 1935
|
||||
SAVE IMAGE --push $image:$tag
|
||||
|
Loading…
Reference in New Issue
Block a user