Skip to content

Commit

Permalink
CmsKitDemoDb/CmsKitDemo.db
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 13, 2024
1 parent bb49586 commit 57cd047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.azure
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN dotnet publish -c Release -o bin/Release/publish
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS final
RUN apt-get update && apt-get install -y libgdiplus
WORKDIR /app
COPY --from=base /src/CmsKitDemo.db .
COPY --from=base /src/CmsKitDemo/CmsKitDemoDb/CmsKitDemo.db ./CmsKitDemoDb/CmsKitDemo.db
WORKDIR /app
EXPOSE 80
COPY --from=base /src/CmsKitDemo/bin/Release/publish .
Expand Down

0 comments on commit 57cd047

Please sign in to comment.