Skip to content

Commit 3ac5c4c

Browse files
committedJan 19, 2024
fix: package-lock update; dockerfile_bun lock
1 parent 3bf2154 commit 3ac5c4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎Dockerfile_bun

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ FROM oven/bun:latest
33

44
COPY . /app
55
WORKDIR /app
6+
7+
RUN groupadd -r qryn && useradd -r -g qryn -m qryn && chown -R qryn:qryn /app
8+
USER qryn
9+
610
RUN rm -rf package-lock.json
711
RUN bun install
812

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.