1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-23 20:41:04 -05:00
This commit is contained in:
Vince Grassia 2023-11-21 10:50:35 -05:00
parent 62579de436
commit 4980c5041d
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -36,7 +36,7 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
# Copying package.json, package-lock.json, and packages.lock.json # Copying package.json, package-lock.json, and packages.lock.json
WORKDIR /source/src/Admin WORKDIR /source/src/Admin
COPY package*.json . COPY src/Admin/package*.json .
RUN npm ci RUN npm ci
# Copy csproj files as distinct layers # Copy csproj files as distinct layers