mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Merge branch 'main' of https://github.com/JustArchiNET/ArchiSteamFarm into net6.0
This commit is contained in:
@@ -25,6 +25,7 @@ COPY resources resources
|
||||
COPY .editorconfig .editorconfig
|
||||
COPY Directory.Build.props Directory.Build.props
|
||||
COPY Directory.Packages.props Directory.Packages.props
|
||||
COPY LICENSE-2.0.txt LICENSE-2.0.txt
|
||||
RUN dotnet --info && \
|
||||
case "$TARGETOS" in \
|
||||
"linux") ;; \
|
||||
@@ -64,4 +65,4 @@ WORKDIR /app
|
||||
COPY --from=build-dotnet /app/out/result .
|
||||
VOLUME ["/app/config", "/app/logs"]
|
||||
HEALTHCHECK CMD ["pidof", "-q", "dotnet"]
|
||||
ENTRYPOINT ["./ArchiSteamFarm.sh", "--no-restart", "--process-required", "--system-required"]
|
||||
ENTRYPOINT ["sh", "ArchiSteamFarm.sh", "--no-restart", "--process-required", "--system-required"]
|
||||
|
||||
Reference in New Issue
Block a user