1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Fix web-app reference to web-api docs

This commit is contained in:
Lee Brown
2019-10-15 14:46:42 -08:00
parent 0bf7ca5387
commit 5dd7c02287
5 changed files with 44 additions and 6 deletions

View File

@ -42,6 +42,19 @@ ARG code_path=./cmd/${name}
ARG commit_ref=-
ARG swagInit
ARG name
ARG code_path=./cmd/${name}
ARG commit_ref=-
ARG name
ENV SERVICE_NAME $name
ARG env="dev"
ENV ENV $env
ARG gogc="20"
ENV GOGC $gogc
# Copy shared packages.
COPY internal ./internal