From 4f3aa4f8f6d46ba6fe05b56b56db3db427643f72 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 6 May 2021 17:20:47 +0200 Subject: [PATCH] Fix docker build --- Dockerfile | 1 + Dockerfile.Service | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 42c446b00..934144af7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ COPY --from=build-node /app/dist ASF-ui/dist COPY ArchiSteamFarm ArchiSteamFarm COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper COPY resources resources +COPY .editorconfig .editorconfig COPY Directory.Build.props Directory.Build.props COPY Directory.Packages.props Directory.Packages.props RUN dotnet --info && \ diff --git a/Dockerfile.Service b/Dockerfile.Service index b025da80f..0dc6ca766 100644 --- a/Dockerfile.Service +++ b/Dockerfile.Service @@ -22,6 +22,7 @@ COPY --from=build-node /app/dist ASF-ui/dist COPY ArchiSteamFarm ArchiSteamFarm COPY ArchiSteamFarm.OfficialPlugins.SteamTokenDumper ArchiSteamFarm.OfficialPlugins.SteamTokenDumper COPY resources resources +COPY .editorconfig .editorconfig COPY Directory.Build.props Directory.Build.props COPY Directory.Packages.props Directory.Packages.props RUN dotnet --info && \