fix: a
This commit is contained in:
@@ -4,6 +4,8 @@ RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
|
||||
RUN apk add curl
|
||||
|
||||
RUN npm cache clear --force && npm ci
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user