Update phone number
All checks were successful
Build Python App / build (push) Successful in 23s

This commit is contained in:
Carlos Rivas 2024-08-23 22:11:35 -07:00
parent 38c930757f
commit 462873c30d
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
services:
flosms:
container_name: 'flosms'
flowsms:
container_name: 'flowsms'
build:
context: ./
dockerfile: ./Dockerfile
tags:
- "hub.digitalhippo.tech/flosms"
- "hub.digitalhippo.tech/flowsms"
networks:
default:

View file

@ -27,7 +27,7 @@
<th>Actions</th>
</tr>
</thead>
<tbody id="messages" hx-get="/sms-message/17072064097" hx-swap="innerHTML" hx-trigger="load, every 2s"></tbody>
<tbody id="messages" hx-get="/sms-message/17072064096" hx-swap="innerHTML" hx-trigger="load, every 2s"></tbody>
</table>
</section>
</main>