mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-30 00:21:16 +00:00
[ci] Build frontend in Docker using NodeJS hydrogen
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a4a3a7f81e
commit
8708ecc05a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ RUN set -ex \
|
||||||
git \
|
git \
|
||||||
go \
|
go \
|
||||||
make \
|
make \
|
||||||
nodejs-lts-gallium \
|
nodejs-lts-hydrogen \
|
||||||
npm \
|
npm \
|
||||||
&& make frontend \
|
&& make frontend \
|
||||||
&& go install \
|
&& go install \
|
||||||
|
|
Loading…
Reference in a new issue