Update Dockerfile-web-ui-dev

This commit is contained in:
liaquatali000
2024-05-10 21:12:40 +05:00
committed by GitHub
parent 1826598c2b
commit 422bca1c59

View File

@@ -4,7 +4,7 @@ ARG ALPINE_VERSION=3.19.0
# Set the working directory in the container
WORKDIR /app
# Install xsel if needed (uncomment if required in your environment)
# RUN apt-get update && apt-get install -y xsel
# Copy the package.json and package-lock.json first to leverage Docker's cache