mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-03 22:38:43 +00:00
feat(image-build): improve build time by caching
This commit is contained in:
@ -10,7 +10,7 @@ COPY yarn.lock /home/perplexica/
|
||||
|
||||
RUN mkdir /home/perplexica/data
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn build
|
||||
|
||||
CMD ["yarn", "start"]
|
Reference in New Issue
Block a user