mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 22:40:30 +00:00
Update dockerfiles
This commit is contained in:
@@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.0-sdk AS build-env
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN dotnet --info && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo /p:ASFVariant=generic /p:LinkDuringPublish=false && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo /p:ASFVariant=generic && \
|
||||
cp "ArchiSteamFarm/scripts/generic/ArchiSteamFarm-Service.sh" "ArchiSteamFarm/out/ArchiSteamFarm-Service.sh"
|
||||
|
||||
FROM microsoft/dotnet:2.0-runtime-stretch-arm32v7
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.0-sdk AS build-env
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN dotnet --info && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo /p:ASFVariant=generic /p:LinkDuringPublish=false && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo /p:ASFVariant=generic && \
|
||||
cp "ArchiSteamFarm/scripts/generic/ArchiSteamFarm-Service.sh" "ArchiSteamFarm/out/ArchiSteamFarm-Service.sh"
|
||||
|
||||
FROM microsoft/dotnet:2.0-runtime
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.0-sdk AS build-env
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN dotnet --info && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo /p:LinkDuringPublish=false && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo && \
|
||||
cp "ArchiSteamFarm/scripts/generic/ArchiSteamFarm.sh" "ArchiSteamFarm/out/ArchiSteamFarm.sh"
|
||||
|
||||
FROM microsoft/dotnet:2.0-runtime-stretch-arm32v7
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM microsoft/dotnet:2.0-sdk AS build-env
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN dotnet --info && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo /p:LinkDuringPublish=false && \
|
||||
dotnet publish ArchiSteamFarm -c Release -o out /nologo && \
|
||||
cp "ArchiSteamFarm/scripts/generic/ArchiSteamFarm.sh" "ArchiSteamFarm/out/ArchiSteamFarm.sh"
|
||||
|
||||
FROM microsoft/dotnet:2.0-runtime
|
||||
|
||||
Reference in New Issue
Block a user