Add comments to dockerfile

This commit is contained in:
2025-06-19 17:09:41 -07:00
parent 1a08e99c6b
commit 60d9b844fb
+2
View File
@@ -5,8 +5,10 @@ WORKDIR /src
# Copy all projects # Copy all projects
COPY ["src", "."] COPY ["src", "."]
# Needed for AOT Compiling wasm
RUN dotnet workload install wasm-tools RUN dotnet workload install wasm-tools
# Needed for compression of AOT files
RUN apt update RUN apt update
RUN apt install -y python3 RUN apt install -y python3