|
|
|
@ -13,6 +13,6 @@ RUN pwsh -c 'Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted' \
|
|
|
|
|
&& apt-get -y install iptables docker.io \ |
|
|
|
|
&& rm -rf /var/cache/apt |
|
|
|
|
|
|
|
|
|
COPY expose_forwards.ps1 docker/entrypoint.sh ./ |
|
|
|
|
COPY expose_forwards.ps1 ./ |
|
|
|
|
|
|
|
|
|
ENTRYPOINT ["./entrypoint.sh"] |
|
|
|
|
CMD ["pwsh", "-File", "expose_forwards.ps1"] |