File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ RUN apt-get update \
8585 && rm /tmp/chrome.deb \
8686 && apt-get purge -y --auto-remove wget gnupg \
8787 && rm -rf /var/lib/apt/lists/* \
88- && groupadd -r pwabuilder && useradd -r -g pwabuilder -d /app -s /bin/bash pwabuilder \
89- && chown -R pwabuilder:pwabuilder /app
88+ && groupadd -r pwabuilder && useradd -r -g pwabuilder -d /app -s /bin/bash pwabuilder
9089
9190WORKDIR /app
91+ RUN chown -R pwabuilder:pwabuilder /app
9292EXPOSE 8080
9393
9494# Copy from publish stage
Original file line number Diff line number Diff line change 5151 <None Include =" Resources\IOS\**" CopyToOutputDirectory =" PreserveNewest" />
5252 </ItemGroup >
5353
54- <!-- Explicitly include environment-specific appsettings files in publish -->
54+ <!-- Ensure environment-specific appsettings files are published -->
5555 <ItemGroup >
56- <Content Include =" appsettings.Production.json" >
56+ <Content Update =" appsettings.Production.json" >
5757 <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
5858 </Content >
59- <Content Include =" appsettings.Staging.json" >
59+ <Content Update =" appsettings.Staging.json" >
6060 <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
6161 </Content >
6262 </ItemGroup >
You can’t perform that action at this time.
0 commit comments