mirror of
https://github.com/bitwarden/server.git
synced 2025-07-08 03:15:07 -05:00
Fix path
This commit is contained in:
@ -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
|
||||
WORKDIR /source/src/Admin
|
||||
COPY package*.json .
|
||||
COPY src/Admin/package*.json .
|
||||
RUN npm ci
|
||||
|
||||
# Copy csproj files as distinct layers
|
||||
|
Reference in New Issue
Block a user