Skip to content

Commit

Permalink
copy crisp data
Browse files Browse the repository at this point in the history
  • Loading branch information
anmalkov committed Dec 7, 2023
1 parent 9071bcb commit e95895c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ RUN dotnet publish "Crisp.Ui.csproj" -c Release -o /app/publish /p:UseAppHost=fa
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
COPY ../repos ./repos
ENTRYPOINT ["dotnet", "Crisp.Ui.dll"]

0 comments on commit e95895c

Please sign in to comment.