1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-12 14:10:35 -05:00

Test order of commands

This commit is contained in:
Vince Grassia 2023-11-21 09:16:23 -05:00
parent eb5830ef11
commit 7562a8e970
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -51,8 +51,8 @@ COPY Directory.Build.props .
# Restore project dependencies and tools
WORKDIR /source/src/Admin
RUN npm ci
RUN . /tmp/rid.txt && dotnet restore -r $RID
RUN npm ci
# Copy required project files
WORKDIR /source