mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 12:23:28 +02:00
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