Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragc617 authored Apr 11, 2019
1 parent fffa656 commit 116d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnet-core-dotnet-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN dotnet restore

# Copy everything else and build
COPY . ./
EXPOSE 8123
RUN dotnet publish -c Release -o out

# Build runtime image
FROM microsoft/aspnetcore:1.1
WORKDIR /app
Expand Down

0 comments on commit 116d3a2

Please sign in to comment.