Update Dockerfile

This commit is contained in:
Kyle Speight
2026-05-30 03:07:44 -07:00
parent e0966c0006
commit 8b0c53a3df
+2 -2
View File
@@ -33,7 +33,7 @@ RUN mkdir -p /workspace/ /build/ \
&& git lfs pull \
&& cd /workspace/git/SPTarkov.Server/ \
&& dotnet restore \
&& dotnet publish -o /build/ -c Release -p:SptBuildType=RELEASE -p:SptVersion=4.0.11 \
&& dotnet build -c Release -p:SptBuildType=RELEASE -p:SptVersion=4.0.11 \
&& ls /home/container/ \
&& rm -rf /workspace/ \
&& mv /build/* /home/container/ 2>/dev/null || true \
@@ -42,7 +42,7 @@ RUN mkdir -p /workspace/ /build/ \
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
WORKDIR /home/container/
STOPSIGNAL SIGINT