mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
One more Dockerfile fix
This commit is contained in:
@@ -6,5 +6,5 @@ RUN dotnet publish ArchiSteamFarm -c Release -o out /nologo
|
||||
|
||||
FROM microsoft/dotnet:2.0-runtime
|
||||
WORKDIR /app
|
||||
COPY --from=build-env /app/out ./
|
||||
COPY --from=build-env /app/ArchiSteamFarm/out ./
|
||||
ENTRYPOINT ["dotnet", "ArchiSteamFarm.dll"]
|
||||
|
||||
Reference in New Issue
Block a user