Should have used the makefile here too I guess, oh well
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
c783586027
commit
3966e6e226
|
@ -7,7 +7,7 @@ RUN cd /go/src/git.martyn.berlin/martyn/twitchsingstools/; make deps ; make stat
|
|||
|
||||
FROM library/node:14.7.0-stretch AS frontend
|
||||
COPY build/react-frontend /frontend
|
||||
RUN cd /frontend; npm run build
|
||||
RUN cd /frontend; npm install && npm run build
|
||||
|
||||
FROM debian
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
|
|
Loading…
Reference in New Issue