Skip to content

Commit

Permalink
Merge pull request #107 from codex-team/fix/include-ui-workspace-dock…
Browse files Browse the repository at this point in the history
…erfile

Modify Dockerfile to support codex-ui workspace
  • Loading branch information
GoldenJaden authored Feb 23, 2024
2 parents 5953530 + dea51ca commit 4da279d
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 4da279d

Please sign in to comment.