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
When building multistage docker image for go alpine and go docker image has different directory structure, lib64 and lib thus CGO_ENABLED=1 is not both platform compatible, but CGO_ENABLED=0 are.
How to run the project
copy the example.env to .env file in the root of the project
run docker-compose up -d command to run all services