mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 12:23:28 +02:00
6 lines
107 B
Docker
6 lines
107 B
Docker
FROM node:0.12-onbuild
|
|
|
|
WORKDIR /usr/src/app
|
|
RUN npm install grunt-cli
|
|
RUN ./node_modules/.bin/grunt build
|