remote debug config
This commit is contained in:
@ -60,7 +60,7 @@ ENV NODE_ENV=demo
|
||||
|
||||
# RUN apk update && apk add bash
|
||||
RUN apk update && apk add git
|
||||
RUN npm install -g npm@latest
|
||||
#RUN npm install -g npm@latest
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
@ -69,6 +69,7 @@ COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
|
||||
# && mv node_modules ../
|
||||
COPY . .
|
||||
RUN npm install
|
||||
#RUN mpm install nodemon
|
||||
EXPOSE 8080 8081
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user