browser_profile to custom module.

This commit is contained in:
Miroslav Šedivý 2021-07-07 16:18:47 +02:00
parent 7377e24abe
commit 257b642b94

View File

@ -24,7 +24,7 @@ ARG GIT_BRANCH=dev
# build server # build server
COPY . . COPY . .
RUN go get -v -t -d . && go build \ RUN go get -v -t -d . && go build \
-tags browser \ -tags "browser browser_profile" \
-o bin/neko \ -o bin/neko \
-ldflags " \ -ldflags " \
-s -w \ -s -w \