Remove the fat image I used for testing
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a8dbd68031
commit
56a80d8936
|
@ -9,7 +9,7 @@ FROM library/node:14.7.0-stretch AS frontend
|
|||
COPY build/react-frontend /frontend
|
||||
RUN cd /frontend; npm install && npm run build
|
||||
|
||||
FROM debian
|
||||
FROM scratch
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=builder /go/src/git.martyn.berlin/martyn/twitchsingstools /app/
|
||||
COPY web/ /app/web/
|
||||
|
|
Loading…
Reference in New Issue