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: services:
flosms: flowsms:
container_name: 'flosms' container_name: 'flowsms'
build: build:
context: ./ context: ./
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
tags: tags:
- "hub.digitalhippo.tech/flosms" - "hub.digitalhippo.tech/flowsms"
networks: networks:
default: default:

View file

@ -27,7 +27,7 @@
<th>Actions</th> <th>Actions</th>
</tr> </tr>
</thead> </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> </table>
</section> </section>
</main> </main>