Browse Source

Merge pull request #112 from felipeplets/patch-1

Update Dockerfile
pull/109/merge
Nicolas Giard 7 years ago
committed by GitHub
parent
commit
12132ad42e
1 changed files with 3 additions and 0 deletions
  1. 3
      Dockerfile

3
Dockerfile

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

Loading…
Cancel
Save