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 b008024 commit d828166
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM python:3.10-alpine3.16 as builder
FROM node:alpine as builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -xve \
&& apk update \
&& apk add nodejs npm \
&& cd && ls -alh \
&& test=$(npm -v) \
&& echo -e $test \
Expand Down

0 comments on commit d828166

Please sign in to comment.