Skip to content

Commit 4b9d2fd

Browse files
Reduce docker size (#271)
1 parent 321495b commit 4b9d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN dotnet restore -r linux-musl-x64
3131

3232
# Copy everything else and build
3333
COPY src/Exercism.TestRunner.FSharp/ ./
34-
RUN dotnet publish -r linux-musl-x64 -c Release -o /opt/test-runner --no-restore --self-contained true
34+
RUN dotnet publish -r linux-musl-x64 -c Release -o /opt/test-runner --no-restore
3535

3636
# Build runtime image
3737
FROM mcr.microsoft.com/dotnet/sdk:8.0.201-alpine3.19-amd64 AS runtime

0 commit comments

Comments
 (0)