Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 22:03:29 +05:00
committed by GitHub
parent af3c224ad3
commit a8d74249fa

View File

@@ -1,5 +1,5 @@
# Set base image for the builder stage # Set base image for the builder stage
FROM --platform=linux/amd64 node:18.17.0 FROM node:18.17.0 AS builder
# Set the working directory in the container # Set the working directory in the container