Merge pull request #4 from svenvanheugten/fix-docker-build
Fix Docker build
This commit is contained in:
commit
8cc59c4738
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ WORKDIR /app
|
|||
COPY NightLight.sln ./
|
||||
COPY NightLight.Core/NightLight.Core.fsproj NightLight.Core/
|
||||
COPY NightLight/NightLight.fsproj NightLight/
|
||||
RUN dotnet restore
|
||||
RUN dotnet restore NightLight/NightLight.fsproj
|
||||
COPY . ./
|
||||
RUN dotnet publish NightLight/NightLight.fsproj --no-restore -c Release -o out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue