mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-03 09:42:01 +03:00
Build docs for production
This commit is contained in:
parent
86586b70c7
commit
4fa80663f6
@ -7,7 +7,8 @@ COPY ./docs/package-lock.json .
|
||||
RUN npm install
|
||||
|
||||
COPY ./docs .
|
||||
RUN npm run build
|
||||
|
||||
RUN npm install -g serve
|
||||
|
||||
CMD ["serve", "-s", "build"]
|
||||
CMD ["serve", "-s", "./build"]
|
||||
|
Loading…
Reference in New Issue
Block a user