Skip to content

Commit

Permalink
Merge pull request #215 from bnb-chain/wenty/api
Browse files Browse the repository at this point in the history
chore: Update dockerfile
  • Loading branch information
wenty22 authored Dec 24, 2024
2 parents fca0417 + 9244015 commit 320933b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/canonical-bridge-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM busybox:1.36.1 as builder
FROM node:20-buster

WORKDIR /opt/deploy

RUN useradd -u 9000 appuser
USER appuser

WORKDIR /opt/deploy

COPY . .
RUN node common/scripts/install-run-rush.js install -t canonical-bridge-server
RUN node common/scripts/install-run-rush.js build -t canonical-bridge-server
Expand Down

0 comments on commit 320933b

Please sign in to comment.