Commit 48b4ee09 authored by nanahira's avatar nanahira

add an install script

parent 903a8f04
Pipeline #3255 failed with stages
in 46 minutes and 58 seconds
......@@ -12,7 +12,8 @@ RUN apt-get update \
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm ci
RUN npm ci && \
node node_modules/puppeteer/install.js
COPY . ./
RUN npm run build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment