Fix typo in package upgrade

This commit is contained in:
2022-07-15 15:59:24 +01:00
committed by GitHub
parent 631e93be1b
commit e4d4fcb5e5

View File

@@ -2,7 +2,7 @@ FROM node:18.6-alpine AS base
LABEL version="4.1.0" LABEL version="4.1.0"
LABEL description="" LABEL description=""
RUN RUN apk --update --no-cache upgrade RUN apk --update --no-cache upgrade
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY ["package.json", "./"] COPY ["package.json", "./"]