Browse Source

Dockerfile of Payment.API upgraded to v2

pull/296/head
Eduard Tomas 7 years ago
parent
commit
c28b693db9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Payment/Payment.API/Dockerfile

+ 1
- 1
src/Services/Payment/Payment.API/Dockerfile View File

@ -1,4 +1,4 @@
FROM microsoft/aspnetcore:1.1
FROM microsoft/aspnetcore:2.0
ARG source
WORKDIR /app
EXPOSE 80


Loading…
Cancel
Save