Browse Source

Update Dockerfile to net6.0

pull/68/head
Berkan Sasmaz 5 years ago
parent
commit
786b7557d3
  1. 2
      src/EventHub.Admin.Web/Dockerfile

2
src/EventHub.Admin.Web/Dockerfile

@ -1,3 +1,3 @@
FROM nginx:latest
COPY ./bin/Release/net5.0/publish/wwwroot/ /usr/share/nginx/html/
COPY ./bin/Release/net6.0/publish/wwwroot/ /usr/share/nginx/html/
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
Loading…
Cancel
Save