Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzlatanov committed Sep 22, 2024
1 parent 1dfe310 commit d1dd694
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 @@ -8,6 +8,6 @@ RUN npm install

COPY . .

CMD ["npm", "run", "build","0.0.0.0", "--disable-host-check"]
CMD ["npm", "run", "build", "--host", "0.0.0.0", "--disable-host-check"]

EXPOSE 4200
EXPOSE 4200

0 comments on commit d1dd694

Please sign in to comment.