Skip to content

Commit 57cd047

Browse files
committed
CmsKitDemoDb/CmsKitDemo.db
1 parent bb49586 commit 57cd047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile.azure

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN dotnet publish -c Release -o bin/Release/publish
1010
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS final
1111
RUN apt-get update && apt-get install -y libgdiplus
1212
WORKDIR /app
13-
COPY --from=base /src/CmsKitDemo.db .
13+
COPY --from=base /src/CmsKitDemo/CmsKitDemoDb/CmsKitDemo.db ./CmsKitDemoDb/CmsKitDemo.db
1414
WORKDIR /app
1515
EXPOSE 80
1616
COPY --from=base /src/CmsKitDemo/bin/Release/publish .

0 commit comments

Comments
 (0)