Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 17, 2023
1 parent c51c214 commit 61f192e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM python:3.10-alpine as builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -x \
RUN set -xve \
&& apk update \
&& apk add nodejs npm \
&& cd && ls -alh \
&& timeout 10s npm -v \
&& cd && ls -alh

0 comments on commit 61f192e

Please sign in to comment.