expose ?
continuous-integration/drone/push Build is passing Details

master
remrem 12 months ago
parent 02aa281b13
commit f38ed3f83c

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

Loading…
Cancel
Save