Simplify local dev (#137)
This commit is contained in:
11
infra/dev/twenty-docs/Dockerfile
Normal file
11
infra/dev/twenty-docs/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM node:18.16.0-alpine as docs
|
||||
|
||||
WORKDIR /app/docs
|
||||
|
||||
COPY ../../docs/package.json .
|
||||
COPY ../../docs/package-lock.json .
|
||||
RUN npm install
|
||||
|
||||
COPY ../../docs .
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user