File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 2525 } )
2626 . WithEndpoints ( u =>
2727 {
28- /*#if (UmbracoRelease = 'LTS')
29- u.UseInstallerEndpoints();
30- #endif */
3128 u . UseBackOfficeEndpoints ( ) ;
3229 u . UseWebsiteEndpoints ( ) ;
3330 } ) ;
Original file line number Diff line number Diff line change 3434 "cases" : [
3535 {
3636 "condition" : " (StarterKit == 'Umbraco.TheStarterKit' && (UmbracoRelease == 'Latest' || UmbracoRelease == 'Custom'))" ,
37- "value" : " 16 .0.0"
37+ "value" : " 17 .0.0-rc "
3838 },
3939 {
4040 "condition" : " (StarterKit == 'Umbraco.TheStarterKit' && UmbracoRelease == 'LTS')" ,
41- "value" : " 13 .0.0"
41+ "value" : " 17 .0.0"
4242 }
4343 ]
4444 }
Original file line number Diff line number Diff line change @@ -26,8 +26,5 @@ USER root
2626RUN mkdir umbraco
2727RUN mkdir umbraco/Logs
2828RUN chown $APP_UID umbraco --recursive
29- # if (UmbracoRelease = 'LTS')
30- RUN chown $APP_UID wwwroot/umbraco --recursive
31- # endif
3229USER $APP_UID
3330ENTRYPOINT ["dotnet" , "UmbracoProject.dll" ]
You can’t perform that action at this time.
0 commit comments