fix error on install && dockerfile
This commit is contained in:
@@ -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
18278
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user