add host for deployment
continuous-integration/drone/push Build is passing Details

master
remrem 11 months ago
parent f38ed3f83c
commit 2631bf37d2

@ -10,4 +10,4 @@ RUN npm install
EXPOSE 8080
CMD ["ng", "serve", "--port", "8080"]
CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "8080"]

Loading…
Cancel
Save