We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bebbb8 commit 58f8d9bCopy full SHA for 58f8d9b
1 file changed
dotnet/dotnet-8/Dockerfile
@@ -21,9 +21,10 @@ COPY --chown=container:container ./../entrypoint.sh /entrypoint.sh
21
22
RUN chmod +x /entrypoint.sh
23
USER container
24
-ENV USER=container HOME=/home/container
+ENV USER=container HOME=/home/container DOTNET_ROOT=/usr/share/
25
26
WORKDIR /home/container
27
28
COPY ./entrypoint.sh /entrypoint.sh
29
-CMD ["/bin/bash", "/entrypoint.sh"]
+
30
+CMD ["/bin/bash", "/entrypoint.sh"]
0 commit comments