Skip to content

Commit c662b60

Browse files
committed
fix: Dockerfile install
1 parent a5f7190 commit c662b60

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN chown -R admin .
66
COPY --chown=admin . .
77
USER admin
88

9-
RUN bun install --production
9+
RUN bun install --production --ignore-scripts
1010

1111
ENV PORT=8080
1212
CMD [ "bun", "--filter", "app", "start" ]

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
{
2121
"customType": "regex",
2222
"managerFilePatterns": ["package.json"],
23-
"matchStrings": ["\"packageManager\":\\s*\"(?<depName>bun)@(?<currentValue>[\\d.]+)\""],
23+
"matchStrings": [
24+
"\"packageManager\":\\s*\"(?<depName>bun)@(?<currentValue>[\\d.]+)\""
25+
],
2426
"datasourceTemplate": "npm",
2527
"versioningTemplate": "semver"
2628
}

0 commit comments

Comments
 (0)