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 22060e7 commit 0333fd6Copy full SHA for 0333fd6
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM node:13.10.1-buster
2
+
3
+COPY . /app/src
4
+WORKDIR /app/src
5
+RUN npm i && \
6
+ npm run build
7
+CMD ["npm", "run", "start"]
package.json
@@ -1,5 +1,5 @@
{
- "name": "vue-hackernews-2.0",
+ "name": "nostalgia-hn",
"description": "A Vue.js project",
"author": "Evan You <yyx990803@gmail.com>",
"private": true,
@@ -55,4 +55,4 @@
55
"webpack-merge": "^4.2.1",
56
"webpack-node-externals": "^1.7.2"
57
}
58
-}
+}
0 commit comments