chore: fix ci
This commit is contained in:
parent
6176227dfa
commit
073368e311
@ -5,8 +5,8 @@ RUN curl -LO https://github.com/jgm/pandoc/releases/download/2.14.0.1/pandoc-2.1
|
||||
RUN dpkg -i pandoc-2.14.0.1-1-amd64.deb
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock /app/
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY package.json /app/
|
||||
RUN yarn install
|
||||
|
||||
COPY themes /app/themes
|
||||
COPY source /app/source
|
||||
|
Loading…
x
Reference in New Issue
Block a user