parent
a5d2c276eb
commit
d5b5778c7a
@ -0,0 +1,7 @@
|
|||||||
|
FROM mcr.microsoft.com/powershell:alpine-3.8
|
||||||
|
|
||||||
|
USER nobody
|
||||||
|
|
||||||
|
COPY bot.ps1 /
|
||||||
|
|
||||||
|
ENTRYPOINT /bot.ps1
|
Loading…
Reference in New Issue