Skip to content

Commit

Permalink
expose changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Erjan Mukhamedjanov committed Sep 28, 2024
1 parent 83512af commit 486475b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN npm install -g http-server
COPY . .
RUN npm run build

EXPOSE 10001
EXPOSE 10002

CMD ["http-server", "./dist", "-p", "10001"]
CMD ["http-server", "./dist", "-p", "10002"]

0 comments on commit 486475b

Please sign in to comment.