Skip to content

Commit

Permalink
Add copying codex-ui workspace and add it to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenJaden committed Feb 23, 2024
1 parent 3926af8 commit 006d88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
!vite.config.ts
!postcss.config.js
!.yarn/releases
!codex-ui

# Ignore unnecessary files inside allowed directories
**/*~
**/*.log
**/.DS_Store
**/README.md
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FROM node:20-alpine AS builder
WORKDIR /app
COPY . .
COPY --from=deps /app/node_modules ./node_modules
COPY --from=deps /app/codex-ui/node_modules ./codex-ui/node_modules
RUN yarn build

FROM nginx:bullseye AS runner
Expand Down

0 comments on commit 006d88d

Please sign in to comment.