Skip to content

Commit

Permalink
#7179 Added sitemap folder into .dockerignore and into Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshelev committed May 8, 2024
1 parent b1396fd commit d31bc90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,6 @@ src/Presentation/Nop.Web/wwwroot/images/uploaded/*
!src/Presentation/Nop.Web/wwwroot/images/uploaded/placeholder.txt
src/Presentation/Nop.Web/wwwroot/files/exportimport/*
!src/Presentation/Nop.Web/wwwroot/files/exportimport/Index.htm
src/Presentation/Nop.Web/wwwroot/sitemaps/*
!src/Presentation/Nop.Web/wwwroot/sitemaps/Index.htm
src/packages/*
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ RUN chmod 775 App_Data \
wwwroot/icons \
wwwroot/images \
wwwroot/images/thumbs \
wwwroot/images/uploaded
wwwroot/images/uploaded \
wwwroot/sitemaps

# create the runtime instance
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS runtime
Expand Down

0 comments on commit d31bc90

Please sign in to comment.