Skip to content

Commit

Permalink
Merge pull request #4 from AnalyticsEarth/timeseries
Browse files Browse the repository at this point in the history
Add Timeseries Support and Performance Improvements
  • Loading branch information
AnalyticsEarth authored Mar 14, 2020
2 parents dcc051b + 6b27810 commit 8edfb59
Show file tree
Hide file tree
Showing 12 changed files with 2,461 additions and 2,161 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.1.403-sdk as builder
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as builder

RUN mkdir -p /root/src/app/qlik2datarobot
WORKDIR /root/src/app/qlik2datarobot
Expand All @@ -9,7 +9,7 @@ RUN dotnet restore ./Qlik2DataRobot.csproj
COPY Qlik2DataRobot .
RUN dotnet publish -c release -o published

FROM microsoft/dotnet:2.1.5-runtime
FROM mcr.microsoft.com/dotnet/core/sdk:3.1

WORKDIR /root/
COPY --from=builder /root/src/app/qlik2datarobot/published .
Expand Down
Loading

0 comments on commit 8edfb59

Please sign in to comment.