Skip to content

Commit

Permalink
Add videos.json to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ozencb committed Nov 15, 2024
1 parent 722d4ba commit 544733d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 544733d

Please sign in to comment.