mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-02-02 19:18:13 +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