mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
Improve docker args
This commit is contained in:
@@ -7,4 +7,4 @@ RUN dotnet publish ArchiSteamFarm -c Release -o out /nologo && \
|
||||
FROM microsoft/dotnet:2.0-runtime
|
||||
WORKDIR /app
|
||||
COPY --from=build-env /app/ArchiSteamFarm/out ./
|
||||
ENTRYPOINT ["./ArchiSteamFarm.sh"]
|
||||
ENTRYPOINT ["./ArchiSteamFarm.sh", "--service"]
|
||||
|
||||
Reference in New Issue
Block a user