Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit b8f03b5

Browse files
committedFeb 1, 2020
fix
1 parent 196ce5b commit b8f03b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎docker/Dockerfile-api

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base
22
WORKDIR /app
3-
EXPOSE 80
4-
EXPOSE 443
3+
54

65
FROM microsoft/dotnet:2.1-sdk AS build
76
WORKDIR /src

0 commit comments

Comments
 (0)
This repository has been archived.