add Dockerfile and shebang

fixes #7
master
lub 5 years ago
parent a5d2c276eb
commit d5b5778c7a

@ -0,0 +1,7 @@
FROM mcr.microsoft.com/powershell:alpine-3.8
USER nobody
COPY bot.ps1 /
ENTRYPOINT /bot.ps1

@ -1,3 +1,5 @@
#!/usr/bin/pwsh
#alternatively read params from $env
#for more flexible Dockerfile support
param (

Loading…
Cancel
Save