Fix readme add library usage

This commit is contained in:
Vikram Rangnekar
2020-04-11 16:41:10 -04:00
parent a266517d17
commit 41ea6ef6f5
10 changed files with 1363 additions and 75 deletions

View File

@ -5,6 +5,8 @@ COPY /cmd/internal/serv/web/ ./
RUN yarn
RUN yarn build
# stage: 2
FROM golang:1.14-alpine as go-build
RUN apk update && \
@ -31,6 +33,8 @@ RUN echo "Compressing binary, will take a bit of time..." && \
upx --ultra-brute -qq super-graph && \
upx -t super-graph
# stage: 3
FROM alpine:latest
WORKDIR /