run as user
This commit is contained in:
parent
24cf9db757
commit
59a04ab9b0
@ -6,15 +6,17 @@ RUN corepack yarn install
|
||||
|
||||
FROM node:23
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm i -g tsx
|
||||
|
||||
USER 1000:1000
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /build/node_modules node_modules
|
||||
COPY tsconfig.json package.json cli .
|
||||
COPY tsconfig.json package.json cli .yarnrc.yml yarn.lock .
|
||||
COPY src src
|
||||
|
||||
# make sure it passes compilation before compiling
|
||||
RUN corepack yarn tsc
|
||||
|
||||
|
||||
ENTRYPOINT ["/app/cli"]
|
||||
|
Loading…
Reference in New Issue
Block a user