browser_profile to custom module.
This commit is contained in:
parent
7377e24abe
commit
257b642b94
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ ARG GIT_BRANCH=dev
|
|||
# build server
|
||||
COPY . .
|
||||
RUN go get -v -t -d . && go build \
|
||||
-tags browser \
|
||||
-tags "browser browser_profile" \
|
||||
-o bin/neko \
|
||||
-ldflags " \
|
||||
-s -w \
|
||||
|
|
|
|||
Loading…
Reference in a new issue