diff --git a/Bootstrap.Admin/Dockerfile.linux b/Bootstrap.Admin/Linux.Dockerfile similarity index 75% rename from Bootstrap.Admin/Dockerfile.linux rename to Bootstrap.Admin/Linux.Dockerfile index fb495a9d..3df692f5 100644 --- a/Bootstrap.Admin/Dockerfile.linux +++ b/Bootstrap.Admin/Linux.Dockerfile @@ -17,6 +17,6 @@ RUN dotnet publish "Bootstrap.Admin.csproj" -c Release -o /app FROM base AS final WORKDIR /app COPY --from=publish /app . -COPY --from=build ["/src/Bootstrap.Admin/BootstrapAdmin.db", "./BootstrapAdmin.db"] -COPY --from=build ["/src/Scripts/Longbow.lic", "./Longbow.lic"] +COPY --from=publish ["/src/Bootstrap.Admin/BootstrapAdmin.db", "./BootstrapAdmin.db"] +COPY --from=publish ["/src/Scripts/Longbow.lic", "./Longbow.lic"] ENTRYPOINT ["dotnet", "Bootstrap.Admin.dll"] \ No newline at end of file