add material Whiteoard

This commit is contained in:
holzi1005 2024-11-24 08:41:02 +01:00
parent 128a9d0365
commit 6d190b1cef

View file

@ -16,6 +16,12 @@ RUN wget https://github.com/lovasoa/whitebophir/archive/refs/tags/v${VERSION}.ta
&& tar --strip-components=1 -xvzf artifact.tar.gz \
&& rm artifact.tar.gz
RUN wget https://github.com/H2-invent/materialWhitebophir/archive/master.tar.gz -O artifact.tar.gz \
&& tar --strip-components=1 -xvzf artifact.tar.gz \
&& mv fonts client-data/fonts/ \
&& mv css/board.css client-data/board.css \
&& rm artifact.tar.gz
RUN npm ci --production
EXPOSE 3000