specify port 80 for deployment
continuous-integration/drone/push Build is passing Details

master
remrem 11 months ago
parent 23b9b1967a
commit c65993a15d

@ -8,4 +8,4 @@ RUN npm install -g @angular/cli
RUN npm install RUN npm install
CMD ["ng", "serve", "--host", "0.0.0.0"] CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "80"]

Loading…
Cancel
Save