compiler-discord/docker/javascript/Dockerfile

5 lines
82 B
Docker

FROM node:alpine
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws