Fix UI image type (#516)

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
ash 2024-08-06 04:28:13 -04:00 committed by GitHub
parent 6fca106df1
commit 797c1ceab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ services:
command: ./artisan queue:work command: ./artisan queue:work
ui: ui:
image: jhumanj/opnform-ui:latest image: jhumanj/opnform-client:latest
environment: environment:
NUXT_PUBLIC_APP_URL: ${NUXT_PUBLIC_APP_URL:-/} NUXT_PUBLIC_APP_URL: ${NUXT_PUBLIC_APP_URL:-/}
NUXT_PUBLIC_API_BASE: ${NUXT_PUBLIC_API_BASE:-/api} NUXT_PUBLIC_API_BASE: ${NUXT_PUBLIC_API_BASE:-/api}