TODO for dev_entrypoint.sh

This commit is contained in:
Leopere 2019-07-11 19:41:30 -04:00
parent 830cd00189
commit ba6407cd1b

View File

@ -1,5 +1,5 @@
#!/bin/bash
## TODO: Reconsider this as I think that it's no longer relevant.
line=$(head -n 1 /etc/hosts)
echo "$line tellform.dev $(hostname)" >> /etc/hosts
@ -7,4 +7,4 @@ echo "$line tellform.dev $(hostname)" >> /etc/hosts
service sendmail restart
# Run Server
npm start
npm start