File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM mhart/alpine-node:8.11.3 as build
1
+ FROM mhart/alpine-node:8.11.4 as build
2
2
WORKDIR /usr/app
3
3
COPY . .
4
4
RUN npm install --only=production
@@ -7,7 +7,7 @@ RUN npm install
7
7
ENV NODE_ENV production
8
8
RUN npm run build
9
9
10
- FROM mhart/alpine-node:base-8.11.3
10
+ FROM mhart/alpine-node:base-8.11.4
11
11
WORKDIR /usr/app
12
12
ENV NODE_ENV production
13
13
COPY --from=build /usr/app/prod_modules ./node_modules
Original file line number Diff line number Diff line change 2
2
"name" : " react-server-example-tsx" ,
3
3
"alias" : " react-tsx.now.sh" ,
4
4
"type" : " docker" ,
5
+ "features" : {
6
+ "cloud" : " v2"
7
+ },
5
8
"env" : {
6
9
"NODE_ENV" : " production"
7
- }
8
- }
10
+ }
11
+ }
Original file line number Diff line number Diff line change 11
11
"prettier" : " prettier \" ./src/**/*.ts\" \" ./src/**/*.tsx\" --write" ,
12
12
"test" : " tsc --outDir . --sourceMap false && tape tests/**/*.js" ,
13
13
"release" : " npm version patch && git push --follow-tags && npm publish" ,
14
- "deploy" : " now --docker -- public && now alias"
14
+ "deploy" : " now --public && now alias"
15
15
},
16
16
"license" : " MIT" ,
17
17
"dependencies" : {
You can’t perform that action at this time.
0 commit comments