Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 21:14:48 +05:00
committed by GitHub
parent a491b15625
commit af3c224ad3

View File

@@ -1,5 +1,5 @@
# Set base image for the builder stage # 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 # Set the working directory in the container