🔧(helm) manage htaccess

- add htaccess
- fix issue with kind
This commit is contained in:
Jacques ROUSSEL
2024-07-02 10:10:50 +02:00
committed by Anthony LC
parent b7bd7b7772
commit aef19cfddd
8 changed files with 61 additions and 38 deletions

View File

@@ -21,7 +21,7 @@ docker_build(
'localhost:5001/impress-y-webrtc-signaling:latest',
context='..',
dockerfile='../src/frontend/Dockerfile',
only=['./src/frontend/', './docker/', './dockerignore'],
only=['./src/frontend/', './docker/', './.dockerignore'],
target = 'y-webrtc-signaling',
live_update=[
sync('../src/frontend/apps/y-webrtc-signaling/src', '/home/frontend/apps/y-webrtc-signaling/src'),
@@ -32,7 +32,7 @@ docker_build(
'localhost:5001/impress-frontend:latest',
context='..',
dockerfile='../src/frontend/Dockerfile',
only=['./src/frontend', './docker', './dockerignore'],
only=['./src/frontend', './docker', './.dockerignore'],
target = 'impress',
live_update=[
sync('../src/frontend', '/home/frontend'),

0
bin/start-kind.sh Normal file → Executable file
View File