1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-07 12:42:24 -05:00

fix: compatibility with the existin run.sh script

This commit is contained in:
tangowithfoxtrot 2025-05-02 08:39:22 -07:00 committed by GitHub
parent 192b058f74
commit 948a79952f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,6 @@ COPY .editorconfig /source
WORKDIR /source/util/Setup
RUN . /tmp/rid.txt && dotnet publish \
--self-contained \
/p:PublishSingleFile=true \
/p:SourceRevisionId="$GIT_COMMIT" \
-r $RID \
-o out