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
|
RUN apk add --no-cache git
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json package-lock.json /app
|
COPY package.json package-lock.json /app
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
COPY . /app
|
COPY . /app
|
||||||
CMD npm run watch
|
CMD npm run watch
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
18278
package-lock.json
generated
18278
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user