fix: various docker issues

This commit is contained in:
Nicolas Giard
2018-12-08 20:51:55 -05:00
parent 157110ed90
commit 461f4a7e02
7 changed files with 201 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
# -- DEV DOCKERFILE --
# -- DO NOT USE IN PRODUCTION! --
FROM node:10-alpine
FROM node:10.14-alpine
LABEL maintainer "requarks.io"
RUN apk update && \
@@ -11,6 +11,7 @@ RUN apk update && \
WORKDIR /var/wiki
COPY package.json .
RUN yarn --silent
COPY ./dev/docker/init.sh ./init.sh
ENV dockerdev 1