diff --git a/Dockerfile b/Dockerfile index eee290a..64b4ca1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,6 @@ RUN mkdir -p /app/data WORKDIR /app COPY --from=builder /app/couchtube . COPY static /app/static +COPY videos.json /app/data/videos.json EXPOSE 8363 CMD ["./couchtube"]