cartservice: add net-tools to build
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
39fd019343
commit
c9f2c89b9c
1 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,5 @@ RUN dotnet restore
|
|||
RUN dotnet build
|
||||
RUN dotnet publish
|
||||
WORKDIR /app/bin/Debug/netcoreapp2.0
|
||||
ENV PORT 7070
|
||||
EXPOSE 7070
|
||||
RUN apt update && apt install net-tools telnet
|
||||
ENTRYPOINT ["dotnet", "cartservice.dll", "start"]
|
||||
|
|
Loading…
Reference in a new issue