frontend: use pkg/errors, show full stacktrace
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
f8ddac9c52
commit
ca3ace3f65
6 changed files with 56 additions and 66 deletions
|
@ -3,7 +3,7 @@ RUN apt update && apt install net-tools telnet
|
|||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN dotnet restore && \
|
||||
dotnet build \
|
||||
dotnet build && \
|
||||
dotnet publish
|
||||
WORKDIR /app/bin/Debug/netcoreapp2.0
|
||||
ENTRYPOINT ["dotnet", "cartservice.dll", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue