Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 16, 2023
1 parent 335d113 commit e822fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:alpine as builder
FROM node:18-alpine as builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
RUN set -x \
&& apk update \
&& apk add --no-cache nodejs npm git \
&& apk add git \
&& cd && ls \
&& which npm \
&& npm config ls\
Expand Down

0 comments on commit e822fd6

Please sign in to comment.