Skip to content

Commit 149cfab

Browse files
committed
ci(dapp): rename configuration files and optimize Dockerfile build steps
1 parent b762c96 commit 149cfab

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/protected-data-delivery-dapp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM node:14-alpine3.11 as builder
22

33
WORKDIR /app
44
COPY . .
5-
RUN npm ci
6-
RUN npm run build
5+
RUN npm ci && \
6+
npm run build
77

88
FROM node:14-alpine3.11 as runner
99

0 commit comments

Comments
 (0)