You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
Switch from golang docker client to executing direct docker commands
github.com/docker/docker/client adds an additional 30 deps to the project and encoutering random errors when running on gitlab. Can't add file cmd/web-app/static/assets/images/glacier-example-pic.jpg to tar Error response from daemon: invalid reference format
This commit is contained in:
@ -40,7 +40,7 @@ COPY cmd/web-api/templates /templates
|
||||
WORKDIR ./cmd/web-api
|
||||
|
||||
# Update the API documentation.
|
||||
RUN swag init
|
||||
#RUN swag init
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix nocgo -o /gosrv .
|
||||
|
||||
|
Reference in New Issue
Block a user