We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74d5d5a + ba0dad7 commit f2088ffCopy full SHA for f2088ff
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:lts-alpine
2
WORKDIR /app
3
-COPY package.turkey.json /app/package.json
+COPY package.json /app/package.json
4
RUN npm install
5
COPY app.js index.js /app/
6
CMD node app.js
package.json
@@ -2,16 +2,17 @@
"name": "nearspark",
"version": "0.1.0",
"description": "Generate image thumbnails",
- "main": "index.js",
+ "main": "app.js",
"scripts": {
7
"release": "np && git push"
8
},
9
"keywords": [],
10
"author": "",
11
"license": "MPL",
12
"dependencies": {
13
+ "express": "^4.17.1",
14
"request": "^2.88.0",
- "sharp": "^0.23.4"
15
+ "sharp": "^0.29.1"
16
17
"devDependencies": {
18
"eslint": "^5.16.0",
package.turkey.json
0 commit comments