Update Dockerfile

This commit is contained in:
杨黄林
2026-01-11 23:32:10 +08:00
committed by GitHub
parent 64d19ca401
commit 2aad592da7

View File

@@ -27,7 +27,6 @@ RUN dotnet publish ./SPTarkov.Server/SPTarkov.Server.csproj \
-p:SptBuildTime=$(date +%Y%m%d) \
-p:SptCommit=$(git rev-parse --short HEAD) \
-p:IsPublish=true && \
-p:LangVersion=preview && \
ls -l /src/SPTarkov.Server/bin/$SPT_BUILD_CONFIG/net9.0/linux-musl-x64/publish
# ================================