diff --git a/src/Managing.WebApp/Dockerfile-web-ui-dev b/src/Managing.WebApp/Dockerfile-web-ui-dev index 7e63538..45a8402 100644 --- a/src/Managing.WebApp/Dockerfile-web-ui-dev +++ b/src/Managing.WebApp/Dockerfile-web-ui-dev @@ -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