diff --git a/Dockerfile b/Dockerfile index 13338866..05abe777 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,6 @@ ENV CHROME_PATH /usr/bin/chromium-browser WORKDIR /home/marp/.cli COPY --chown=marp:marp . . -RUN npm install RUN yarn install --production --frozen-lockfile && yarn cache clean && node marp-cli.js --version # Setup workspace for user