Skip to content

Commit

Permalink
fix: package-lock update; dockerfile_bun lock
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jan 19, 2024
1 parent 3bf2154 commit 3ac5c4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile_bun
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ FROM oven/bun:latest

COPY . /app
WORKDIR /app

RUN groupadd -r qryn && useradd -r -g qryn -m qryn && chown -R qryn:qryn /app
USER qryn

RUN rm -rf package-lock.json
RUN bun install

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 3ac5c4c

Please sign in to comment.