8 lines
93 B
Docker
8 lines
93 B
Docker
FROM microsoft/iis
|
|
|
|
COPY . /scripts
|
|
|
|
WORKDIR /scripts
|
|
|
|
RUN powershell -File shrink-image.ps1
|