Skip to content

Commit

Permalink
Fix Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 10, 2021
1 parent 7844ea0 commit 4370556
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion WebApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ WORKDIR /src
COPY *.csproj ./
RUN dotnet restore "WebApi.csproj"
COPY . .
WORKDIR "/src/WebApi"
RUN dotnet build "WebApi.csproj" -c Release -o /app/build

FROM build AS publish
Expand Down
1 change: 0 additions & 1 deletion WebApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ WORKDIR /src
COPY *.csproj ./
RUN dotnet restore "WebApp.csproj"
COPY . .
WORKDIR "/src/WebApp"

RUN apt-get update
RUN apt-get install curl gnupg make -yq
Expand Down

0 comments on commit 4370556

Please sign in to comment.