Initial commit
This commit is contained in:
commit
93a4378475
62 changed files with 864 additions and 0 deletions
6
languages/lua/Dockerfile
Normal file
6
languages/lua/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk update
|
||||
RUN apk add lua5.3
|
||||
|
||||
COPY run.sh /var/run/
|
2
languages/lua/run.sh
Normal file
2
languages/lua/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
printf %s "$1" > program.lua
|
||||
lua5.3 program.lua || true
|
Loading…
Add table
Add a link
Reference in a new issue