We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3096cd9 commit eba4b78Copy full SHA for eba4b78
1 file changed
Dockerfile
@@ -1,9 +1,11 @@
1
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
2
WORKDIR /app
3
4
+COPY ./Emulsion/Emulsion.fsproj ./Emulsion/
5
COPY ./Emulsion.ContentProxy/Emulsion.ContentProxy.fsproj ./Emulsion.ContentProxy/
6
COPY ./Emulsion.Database/Emulsion.Database.fsproj ./Emulsion.Database/
-COPY ./Emulsion/Emulsion.fsproj ./Emulsion/
7
+COPY ./Emulsion.Settings/Emulsion.Settings.fsproj ./Emulsion.Settings/
8
+COPY ./Emulsion.Web/Emulsion.Web.fsproj ./Emulsion.Web/
9
10
RUN dotnet restore Emulsion
11
0 commit comments