diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc9bff0..bd79389 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -# image: node:7.10.0 - stages: - setup # - test diff --git a/Dockerfile b/Dockerfile index b62377b..65fe7a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM node:alpine RUN apk add --no-cache libpng-dev gcc make g++ zlib-dev bash lcms2-dev autoconf automake libtool nasm WORKDIR /app COPY package.json package-lock.json ./ +COPY .env.sample .env +RUN source .env RUN npm ci COPY . ./