Browse Source

update dockerfile image

features/migration-dotnet3
Erik Pique 5 years ago
parent
commit
754d91f3ef
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Services/Identity/Identity.API/Dockerfile

+ 2
- 2
src/Services/Identity/Identity.API/Dockerfile View File

@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.0-buster AS build
WORKDIR /src
COPY scripts scripts/


Loading…
Cancel
Save