We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7141800 commit dda3905Copy full SHA for dda3905
Dockerfile.prod
@@ -1,8 +1,6 @@
1
-FROM node:7.3.0
+FROM node:8.2.1
2
MAINTAINER Ives van Hoorne
3
4
-RUN npm install -g yarn
5
-
6
ADD package.json /app/package.json
7
ADD yarn.lock /app/yarn.lock
8
0 commit comments