Mise à jour de 'daidokoro/Dockerfile'
continuous-integration/drone/push Build is passing Details

master
Dorian HODIN 10 months ago
parent 995335e259
commit b0e716aced

@ -8,4 +8,6 @@ RUN npm install -g @angular/cli
RUN npm install
ENTRYPOINT ["ng", "serve", "--host", "0.0.0.0","--port","80"]
EXPOSE 4200
ENTRYPOINT ["ng", "serve", "--open", "--host", "0.0.0.0"]

Loading…
Cancel
Save