mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-10-29 10:28:15 +00:00
feat(image-build): improve build time by caching
This commit is contained in:
@@ -9,7 +9,7 @@ WORKDIR /home/perplexica
|
||||
|
||||
COPY ui /home/perplexica/
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn build
|
||||
|
||||
CMD ["yarn", "start"]
|
||||
Reference in New Issue
Block a user