[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
0

Configure Feed

Select the types of activity you want to include in your feed.

615 B 10 lines
1ARG VARIANT=ubuntu-20.04 2FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT} 3USER vscode 4 5RUN curl -s https://gist.githubusercontent.com/LukeChannings/09d53f5c364391042186518c8598b85e/raw/ac8cd8c675b985edd4b3e16df63ffef14d1f0e24/deno_install.sh | sh 6RUN export DENO_INSTALL=/home/vscode/.deno 7RUN export PATH=${DENO_INSTALL}/bin:${PATH} 8RUN /home/vscode/.deno/bin/deno install --import-map https://dev.cdn.unyt.org/importmap.json -Ar -n uix https://dev.cdn.unyt.org/uix/run.ts 9RUN echo "export DENO_INSTALL=/home/vscode/.deno" >> ~/.bashrc 10RUN echo "export PATH=\${DENO_INSTALL}/bin:\${PATH}" >> ~/.bashrc