Private
Public Access
0
0

add support for pubsub

This commit is contained in:
teizz
2021-04-19 22:59:22 +02:00
parent 8d63a77170
commit f7713084a4
8 changed files with 316 additions and 162 deletions

View File

@@ -2,7 +2,7 @@ FROM golang:alpine AS builder
RUN apk --no-cache --no-progress add make upx
WORKDIR /go/src/lolcathost/pathway/
COPY *.go VERSION ./
COPY src/*.go VERSION ./
RUN echo Building && \
env CGO_ENABLED=0 GO111MODULE=off go build -trimpath -ldflags="all=-s -w -buildid= -X main.version=$(cat VERSION) -X main.buildtime=$(date +%FT%T%z)" && \
echo Compressing && \