Skip to content

Commit

Permalink
Revert "add npm install"
Browse files Browse the repository at this point in the history
This reverts commit 9c47ce8.
  • Loading branch information
ankudinov committed Jun 5, 2024
1 parent 9c47ce8 commit f8a08ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8a08ae

Please sign in to comment.