Skip to content

Commit b209d82

Browse files
Fix F# Dockerfile (#18)
1 parent 4466449 commit b209d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/dotnet-template-azure-iot-edge-module/FSharp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM microsoft/dotnet:2.0-sdk AS build-env
22
WORKDIR /app
33

4-
COPY *.csproj ./
4+
COPY *.fsproj ./
55
RUN dotnet restore
66

77
COPY . ./

content/dotnet-template-azure-iot-edge-module/FSharp/Dockerfile.amd64.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM microsoft/dotnet:2.0-sdk AS build-env
22
WORKDIR /app
33

4-
COPY *.csproj ./
4+
COPY *.fsproj ./
55
RUN dotnet restore
66

77
COPY . ./

0 commit comments

Comments
 (0)