update dockerfile

This commit is contained in:
kandrusyak
2022-08-17 16:24:38 +03:00
parent 2212ea7433
commit 841e82e233
2 changed files with 389 additions and 106 deletions

View File

@@ -1,5 +1,7 @@
FROM node:16-alpine AS builder FROM node:16-alpine AS builder
RUN apk --update add --no-cache curl git python3 alpine-sdk bash autoconf libtool automake
WORKDIR /front WORKDIR /front
COPY . . COPY . .

493
package-lock.json generated

File diff suppressed because it is too large Load Diff