Skip to content

Commit eba4b78

Browse files
committed
(#147) Docker: add new projects
1 parent 3096cd9 commit eba4b78

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
22
WORKDIR /app
33

4+
COPY ./Emulsion/Emulsion.fsproj ./Emulsion/
45
COPY ./Emulsion.ContentProxy/Emulsion.ContentProxy.fsproj ./Emulsion.ContentProxy/
56
COPY ./Emulsion.Database/Emulsion.Database.fsproj ./Emulsion.Database/
6-
COPY ./Emulsion/Emulsion.fsproj ./Emulsion/
7+
COPY ./Emulsion.Settings/Emulsion.Settings.fsproj ./Emulsion.Settings/
8+
COPY ./Emulsion.Web/Emulsion.Web.fsproj ./Emulsion.Web/
79

810
RUN dotnet restore Emulsion
911

0 commit comments

Comments
 (0)