Skip to content

Commit

Permalink
ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 17, 2023
1 parent dd94d3b commit 981639d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM node:18.16-alpine as builder
COPY package.json .npmrc pnpm-lock.yaml /tmp/build/
FROM node:18.16-alpine
RUN set -xve \
&& cd && ls -alh \
&& test=$(npm -v) \
&& echo -e $test \
&& cd && ls -alh
&& uname -a \
&& node -v \
&& npm -v

0 comments on commit 981639d

Please sign in to comment.