Skip to content

Commit

Permalink
Added ui package to Dockerfile and dockerignores. (#7631)
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle authored Feb 24, 2023
1 parent efe5f4d commit 140ee64
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COPY packages/matchmaking/package.json ./packages/matchmaking/
COPY packages/server/package.json ./packages/server/
COPY packages/server-core/package.json ./packages/server-core/
COPY packages/taskserver/package.json ./packages/taskserver/
COPY packages/ui/package/json ./packages/ui/
COPY packages/projects/package.json ./packages/projects/
COPY project-package-jsons ./
COPY patches/ ./patches/
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/api/Dockerfile-api.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packages/instanceserver
packages/ops
packages/taskserver
packages/test
packages/ui


kubernetes/**
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/client/Dockerfile-client
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY packages/client/package.json ./packages/client/
COPY packages/client-core/package.json ./packages/client-core/
COPY packages/editor/package.json ./packages/editor/
COPY packages/hyperflux/package.json ./packages/hyperflux/
COPY packages/ui/package.json ./packages/ui/
COPY patches/ ./patches/

ARG NODE_ENV
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packages/ops
packages/server
packages/taskserver
packages/test
packages/ui


kubernetes/**
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/taskserver/Dockerfile-taskserver.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packages/instanceserver
packages/ops
packages/server
packages/test
packages/ui


kubernetes/**
Expand Down

0 comments on commit 140ee64

Please sign in to comment.