1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-07-01 00:55:01 +02:00

WIP: migrate out devops to new repo

This commit is contained in:
Lee Brown
2019-08-16 01:59:16 -08:00
parent 7e89d679db
commit 059900e4f8
6 changed files with 674 additions and 3639 deletions

View File

@ -53,7 +53,6 @@ WORKDIR ./cmd/${service}
# Disabled for the moment as it takes forever to run, rely on manual execution.
RUN if [ "$swagInit" != "" ]; then swag init ; fi
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-X main.build=${commit_ref}" -a -installsuffix nocgo -o /gosrv .
FROM alpine:3.9