2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

browser_profile to custom module.

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

@ -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 \