File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 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
22WORKDIR /usr/app
33COPY . .
44RUN npm install --only=production
@@ -7,7 +7,7 @@ RUN npm install
77ENV NODE_ENV production
88RUN npm run build
99
10- FROM mhart/alpine-node:base-8.11.3
10+ FROM mhart/alpine-node:base-8.11.4
1111WORKDIR /usr/app
1212ENV NODE_ENV production
1313COPY --from=build /usr/app/prod_modules ./node_modules
Original file line number Diff line number Diff line change 22 "name" : " react-server-example-tsx" ,
33 "alias" : " react-tsx.now.sh" ,
44 "type" : " docker" ,
5+ "features" : {
6+ "cloud" : " v2"
7+ },
58 "env" : {
69 "NODE_ENV" : " production"
7- }
8- }
10+ }
11+ }
Original file line number Diff line number Diff line change 1111 "prettier" : " prettier \" ./src/**/*.ts\" \" ./src/**/*.tsx\" --write" ,
1212 "test" : " tsc --outDir . --sourceMap false && tape tests/**/*.js" ,
1313 "release" : " npm version patch && git push --follow-tags && npm publish" ,
14- "deploy" : " now --docker -- public && now alias"
14+ "deploy" : " now --public && now alias"
1515 },
1616 "license" : " MIT" ,
1717 "dependencies" : {
You can’t perform that action at this time.
0 commit comments