Skip to content

Commit 8f323ff

Browse files
committed
[#1491] Update Dockerfile, fix npm vulnerabilities
1 parent 982b702 commit 8f323ff

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ COPY .babelrc index.js nodemon.json ./
1414
COPY ./webpack ./webpack
1515
COPY client ./client
1616
COPY server ./server
17+
COPY translations/locales ./translations/locales
1718
CMD ["npm", "start"]
1819

1920
FROM development as build

package-lock.json

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"js-beautify": "^1.10.3",
178178
"jsdom": "^9.8.3",
179179
"jshint": "^2.11.0",
180-
"lodash": "^4.17.15",
180+
"lodash": "^4.17.19",
181181
"loop-protect": "github:catarak/loop-protect",
182182
"mime-types": "^2.1.26",
183183
"mjml": "^3.3.2",

0 commit comments

Comments
 (0)