install published package and return npm command

This commit is contained in:
kandrusyak
2023-01-16 11:30:23 +03:00
parent e18480c096
commit a3eb7c9774
3 changed files with 25 additions and 23 deletions

View File

@@ -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