docker: bug fixed.

This commit is contained in:
AirryCo
2025-09-21 12:33:53 +08:00
parent d64d6eae44
commit 83daa9da16
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ RUN apt update && apt install -y git git-lfs wget && \
FROM mcr.microsoft.com/dotnet/aspnet:9.0-bookworm-slim
LABEL author="AirryCo <henry@stblog.com.cn>"
ENV TZ=Asia/Shanghai
COPY --from=server-builder /snapshot/SPTarkov.Server/bin/Release/net9.0/linux-x64/publish/ /app/spt-server/
COPY --from=server-builder /snapshot/SPTarkov.Server/bin/$SPT_BUILD_CONFIG/net9.0/linux-x64/publish/ /app/spt-server/
VOLUME /opt/spt-server
WORKDIR /opt/spt-server
EXPOSE 6969