Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 21:13:59 +05:00
committed by GitHub
parent 422bca1c59
commit a491b15625

View File

@@ -1,6 +1,6 @@
# Set base image for the builder stage
ARG NODE_VERSION=18.17.0
ARG ALPINE_VERSION=3.19.0
FROM --platform=linux/arm64/v8 node:18.17.0
# Set the working directory in the container
WORKDIR /app