remove_port

This commit is contained in:
ahmed531998 2023-04-05 22:33:13 +02:00
parent d8e1ba2556
commit f53ee5f27f
1 changed files with 2 additions and 7 deletions

View File

@ -2,13 +2,8 @@ FROM node:16-alpine
WORKDIR /app
COPY package.json .
COPY . .
RUN npm install
COPY . .
EXPOSE 3000
# required for docker desktop port mapping
CMD ["npm", "start"]
CMD ["npm", "start"]