ls
Results
1
comments of
ls
FROM microsoft/aspnetcore RUN apt-get update RUN apt-get install -y apt-utils RUN apt-get install -y libgdiplus RUN ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll WORKDIR /app COPY /app ./ EXPOSE 8082 ENTRYPOINT ["dotnet", "WebApp.dll"]...