Migrate to a monorepo structure (#2909)
This commit is contained in:
11
packages/twenty-docker/dev/twenty-docs/Dockerfile
Normal file
11
packages/twenty-docker/dev/twenty-docs/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM node:18.16-bullseye as docs
|
||||
|
||||
WORKDIR /app/docs
|
||||
|
||||
COPY ../../docs/package.json .
|
||||
COPY ../../docs/yarn.lock .
|
||||
RUN yarn
|
||||
|
||||
COPY ../../docs .
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
Reference in New Issue
Block a user