1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 12:04:27 -05:00

fmt: apply consistent spacing and rm redundant WORKDIR directive

This commit is contained in:
tangowithfoxtrot 2025-05-19 13:43:58 -07:00
parent 54f3d6b977
commit 8e399b8396
No known key found for this signature in database
11 changed files with 3 additions and 25 deletions

View File

@ -9,11 +9,11 @@ ARG TARGETPLATFORM
# Determine proper runtime value for .NET
# We put the value in a file to be read by later layers.
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
RID=linux-x64 ; \
RID=linux-x64 ; \
elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
RID=linux-arm64 ; \
RID=linux-arm64 ; \
elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
RID=linux-arm ; \
RID=linux-arm ; \
fi \
&& echo "RID=$RID" > /tmp/rid.txt
@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -33,8 +33,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -34,8 +34,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -35,8 +35,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################

View File

@ -35,8 +35,6 @@ RUN . /tmp/rid.txt && dotnet publish \
-r $RID \
-o out
WORKDIR /app
###############################################
# App stage #
###############################################