Skip to content
Snippets Groups Projects
Commit a7f28eb6 authored by Leonardo's avatar Leonardo
Browse files

chore: reduce docker image size

parent a0c9f94e
Branches test/insightsPopulateTemplate
No related tags found
No related merge requests found
Pipeline #143655 passed
......@@ -12,9 +12,7 @@ RUN apk add --no-cache \
g++ \
make \
cairo-dev \
pango-dev \
freetype-dev \
fontconfig-dev
pango-dev
RUN mkdir /app
WORKDIR /app
......
No preview for this file type
......@@ -11,9 +11,7 @@
},
"devDependencies": {
"@types/bun": "latest",
"@types/jsdom": "^21.1.7",
"@types/d3": "^7.4.3",
"@types/plotly.js": "^2.35.1",
"@types/nodemailer": "^6.4.17"
},
"peerDependencies": {
......@@ -34,7 +32,7 @@
"canvas": "^3.0.0-rc3",
"d3": "^7.9.0",
"svg2img": "^1.0.0-beta.2",
"plotly.js": "^2.35.3",
"plotly.js-dist-min": "^2.35.3",
"ts-common": "link:ts-common"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment