Merge pull request #112 from felipeplets/patch-1

Update Dockerfile
This commit is contained in:
Nicolas Giard
2017-05-23 00:28:14 -04:00
committed by GitHub

View File

@@ -1,5 +1,8 @@
FROM node:6-alpine
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
ENV WIKI_JS_DOCKER 1
RUN mkdir -p /usr/src/app