fix error on install && dockerfile

This commit is contained in:
marselinowidis 2023-01-18 12:13:08 +07:00
parent 6e83553e86
commit 35ce9e2484
2 changed files with 5927 additions and 12353 deletions

View File

@ -3,7 +3,7 @@ RUN apk add --no-cache libc6-compat
RUN apk add --no-cache git
WORKDIR /app
COPY package.json package-lock.json /app
RUN npm ci
RUN npm install
COPY . /app
CMD npm run watch
EXPOSE 8080

18278
package-lock.json generated

File diff suppressed because it is too large Load Diff