wrong port
continuous-integration/drone/push Build is passing Details

master
ludovic.castglia 8 months ago
parent 5f9b105a26
commit ca730fd8c9

@ -8,6 +8,6 @@ RUN npm install -g @angular/cli
RUN npm install
EXPOSE 8080
EXPOSE 80
CMD ["ng", "serve", "--host", "127.0.0.1", "--port", "8080"]
CMD ["ng", "serve", "--host", "127.0.0.1", "--port", "80"]
Loading…
Cancel
Save