mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Merge pull request #8 from jonathanperret/master
Minimal (but functional) Dockerfile
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
FROM node:0.12-onbuild
|
||||||
|
|
||||||
|
WORKDIR /usr/src/app
|
||||||
|
RUN npm install grunt-cli
|
||||||
|
RUN ./node_modules/.bin/grunt build
|
||||||
Reference in New Issue
Block a user