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
|
RUN dpkg -i pandoc-2.14.0.1-1-amd64.deb
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json yarn.lock /app/
|
COPY package.json /app/
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install
|
||||||
|
|
||||||
COPY themes /app/themes
|
COPY themes /app/themes
|
||||||
COPY source /app/source
|
COPY source /app/source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user