mirror of
https://github.com/bitwarden/server.git
synced 2025-05-08 13:12:16 -05:00
fix: compatibility with the existin run.sh script
This commit is contained in:
parent
192b058f74
commit
948a79952f
@ -40,7 +40,6 @@ COPY .editorconfig /source
|
|||||||
WORKDIR /source/util/Setup
|
WORKDIR /source/util/Setup
|
||||||
RUN . /tmp/rid.txt && dotnet publish \
|
RUN . /tmp/rid.txt && dotnet publish \
|
||||||
--self-contained \
|
--self-contained \
|
||||||
/p:PublishSingleFile=true \
|
|
||||||
/p:SourceRevisionId="$GIT_COMMIT" \
|
/p:SourceRevisionId="$GIT_COMMIT" \
|
||||||
-r $RID \
|
-r $RID \
|
||||||
-o out
|
-o out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user