Do not copy data dir on build. Create data dir if needed on launch
This commit is contained in:
@@ -24,5 +24,5 @@ WORKDIR /app
|
||||
COPY --from=build /build/owncast /app/owncast
|
||||
COPY --from=build /build/webroot /app/webroot
|
||||
COPY --from=build /build/static /app/static
|
||||
COPY --from=build /build/data /app/data
|
||||
RUN mkdir /app/data
|
||||
CMD ["/app/owncast"]
|
||||
|
||||
Reference in New Issue
Block a user