Skip to content

Commit

Permalink
changed docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Dec 24, 2023
1 parent e803a10 commit fccb950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
EXPOSE 2020
EXPOSE 2050
CMD [ "npm", "start" ]

0 comments on commit fccb950

Please sign in to comment.