mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 20:41:04 -05:00
Fix path
This commit is contained in:
parent
62579de436
commit
4980c5041d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user