remote debug config

This commit is contained in:
Dobromir Popov
2024-06-12 15:46:39 +03:00
parent c0f48327b5
commit 9b739fa128
3 changed files with 13 additions and 2 deletions

View File

@ -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