Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Attempt to address OOM issue when running webpack on Fly
Browse files Browse the repository at this point in the history
  • Loading branch information
Coteh committed Oct 13, 2023
1 parent 21b5b7b commit c889303
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:16

WORKDIR /usr/src/simpleimage

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "James Cote (Coteh)",
"main": "app.js",
"scripts": {
"prepare": "husky install",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
"build:client": "webpack",
"heroku-postbuild": "webpack -p",
"start": "node app.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
"cross-fetch": "^3.1.5",
"cypress": "^10.11.0",
"cypress-real-events": "^1.8.1",
"husky": "^7.0.4",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"mongodb-memory-server": "^6.7.0",
Expand Down

0 comments on commit c889303

Please sign in to comment.