Refactor Docker configuration and development setup
- Update .dockerignore with comprehensive ignore patterns for API and client - Modify docker-compose files to improve service configurations - Enhance Nginx configuration for development and production environments - Refactor Dockerfile.api with improved build process - Add docker-setup.sh script for simplified Docker deployment - Update update-credentials.vue page with improved UI - Remove hCaptcha dependency from package-lock.json - Update PHP configuration and entrypoint scripts
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
/>
|
||||
|
||||
<!-- Remember Me -->
|
||||
<div class="relative flex items-start mt-5">
|
||||
<div class="relative flex items-center mt-3">
|
||||
<CheckboxInput
|
||||
v-model="remember"
|
||||
class="w-full md:w-1/2"
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
<!-- Submit Button -->
|
||||
<v-button
|
||||
class="w-full flex"
|
||||
class="w-full flex mt-2"
|
||||
:loading="form.busy || loading"
|
||||
>
|
||||
Log in to continue
|
||||
|
||||
Reference in New Issue
Block a user