Skip to content

Commit

Permalink
Modify Dockerfile to support codex-ui workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenJaden committed Feb 23, 2024
1 parent 5953530 commit dea51ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn/releases ./.yarn/releases
COPY ./codex-ui/package.json codex-ui/
RUN yarn install

FROM node:20-alpine AS builder
Expand Down

0 comments on commit dea51ca

Please sign in to comment.