Skip to content

Commit

Permalink
feat: create a component
Browse files Browse the repository at this point in the history
  • Loading branch information
huanghanzhilian committed Feb 4, 2024
1 parent 8722b24 commit ce39e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine as dependencies
WORKDIR /app
COPY package.json package-lock.json* ./
RUN npm install --registry https://registry.npm.taobao.org
RUN npm install

FROM node:18-alpine as builder
WORKDIR /app
Expand Down

0 comments on commit ce39e0d

Please sign in to comment.