add material Whiteoard
This commit is contained in:
parent
128a9d0365
commit
6d190b1cef
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue