diff --git a/src/Managing.WebApp/Dockerfile-web-ui-dev b/src/Managing.WebApp/Dockerfile-web-ui-dev index 34c33a3..2bba94c 100644 --- a/src/Managing.WebApp/Dockerfile-web-ui-dev +++ b/src/Managing.WebApp/Dockerfile-web-ui-dev @@ -1,5 +1,5 @@ # Set base image for the builder stage -FROM --platform=linux/arm64/v8 node:18.17.0 +FROM --platform=linux/amd64 node:18.17.0 # Set the working directory in the container