Skip to content

Commit a4a524f

Browse files
committed
Update deps and improve docker
1 parent 3cc4818 commit a4a524f

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LABEL org.label-schema.vcs-url="https://github.com/badsyntax/strapi-webhook-acti
4242
LABEL org.label-schema.usage="README.md"
4343
LABEL org.label-schema.vendor="badsyntax"
4444

45-
COPY --from=deps --chown=node:node /app/node_modules /app/node_modules
45+
COPY --from=builder --chown=node:node /app/node_modules /app/node_modules
4646
COPY --from=builder --chown=node:node /app/build /app/build
4747

4848
USER node

package-lock.json

Lines changed: 1 addition & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
},
2727
"devDependencies": {
2828
"@types/debug": "^4.1.5",
29-
"@types/dotenv": "^8.2.0",
3029
"@types/morgan": "^1.9.2",
3130
"@types/multer": "^1.4.6",
3231
"@types/node": "^15.12.4",

0 commit comments

Comments
 (0)