Add comments to dockerfile
This commit is contained in:
@@ -5,8 +5,10 @@ WORKDIR /src
|
||||
# Copy all projects
|
||||
COPY ["src", "."]
|
||||
|
||||
# Needed for AOT Compiling wasm
|
||||
RUN dotnet workload install wasm-tools
|
||||
|
||||
# Needed for compression of AOT files
|
||||
RUN apt update
|
||||
RUN apt install -y python3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user