Skip to content

Commit

Permalink
Switch back to Dockerfile since we need typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Dec 2, 2024
1 parent 55faf2c commit e8da718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:

- name: Build and push Docker image
run: |
docker build . -t ghcr.io/${{ env.image_repository_name }}:latest
docker build . --label "service=type-chat-examples" -t ghcr.io/${{ env.image_repository_name }}:latest
docker push ghcr.io/${{ env.image_repository_name }}:latest
5 changes: 0 additions & 5 deletions TypeChatExamples/TypeChatExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<PublishProfile>DefaultContainer</PublishProfile>
</PropertyGroup>
<ItemGroup>
<Using Include="TypeChatExamples" />
<Using Include="ServiceStack" />
<Using Include="ServiceStack.Mvc" />
</ItemGroup>

<ItemGroup>
<ContainerLabel Include="service" Value="type-chat-examples" />
</ItemGroup>

<!-- dotnet watch support -->
<Target Name="RazorWatch" BeforeTargets="_CoreCollectWatchItems">
Expand Down

0 comments on commit e8da718

Please sign in to comment.