You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: sudo PWD=${PWD} make -j$(expr $(nproc) - 1)
docker build -t libregram/server -f Dockerfile .
docker-compose up -d
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
The text was updated successfully, but these errors were encountered:
Step 10/34 : RUN cd ${TARGET_DIR}/messenger/biz_server && go get && go build -ldflags='-s -w'
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go: warning: github.com/gomodule/[email protected]+incompatible: retracted by module author: Old development version not maintained or published.
The text was updated successfully, but these errors were encountered: