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