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
Node 10's lack of support on modern architectures has been causing install issues when spinning up the backendserver-api containers. I was able to fix this by changing the node image to node:14-alpine
Node 10's lack of support on modern architectures has been causing install issues when spinning up the backendserver-api containers. I was able to fix this by changing the node image to node:14-alpine
Much thanks!