Temporarily disable running Owncast under new user in #2496

This commit is contained in:
Gabe Kangas 2023-01-08 15:04:19 -08:00
parent 496bf3ecb3
commit e1c6ea9e21
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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