install published package and return npm command
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /front
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.21.6-alpine as runner
|
||||
|
||||
Reference in New Issue
Block a user