This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Updated dockerfile
migration/webmvc/net-6
Sumit Ghosh
3 years ago
parent
5e7de1617e
commit
5448965cff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Web/WebMVC/Dockerfile.develop
+ 1
- 1
src/Web/WebMVC/Dockerfile.develop
View File
@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/
nightly/sdk:6.0.100-preview.6
FROM mcr.microsoft.com/dotnet/
sdk:5.0
ARG BUILD_CONFIGURATION=Debug
ENV ASPNETCORE_ENVIRONMENT=Development
ENV DOTNET_USE_POLLING_FILE_WATCHER=true
Write
Preview
Loading…
Cancel
Save