5 lines
66 B
Docker
5 lines
66 B
Docker
FROM alpine
|
|
|
|
RUN apk add --no-cache lua5.3
|
|
|
|
COPY run.sh /var/run/
|