Manuel
1205933acd
* Allow container to be run with custom command * Reduce language image sizes * Update OpenJDK to latest version * Use swc for TypeScript and don't print by default * Update Haskell image and use stable Debian slim * Fix formatting and revert TS changes
5 lines
66 B
Docker
5 lines
66 B
Docker
FROM alpine
|
|
|
|
RUN apk add --no-cache lua5.3
|
|
|
|
COPY run.sh /var/run/
|