Modificacion docker file sobre run build y modificación de variables completas para websocket
This commit is contained in:
+6
-1
@@ -9,7 +9,12 @@ COPY . .
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
RUN composer install --optimize-autoloader
|
||||
|
||||
RUN npm ci && npm run build
|
||||
RUN npm ci && \
|
||||
VITE_REVERB_HOST=reverb.muronegro.cloud \
|
||||
VITE_REVERB_PORT=443 \
|
||||
VITE_REVERB_SCHEME=https \
|
||||
VITE_REVERB_APP_KEY=fmoknd2swp3clsqfbdpg \
|
||||
npm run build
|
||||
|
||||
RUN mkdir -p storage/framework/sessions storage/framework/views storage/framework/cache storage/app/livewire-tmp \
|
||||
&& chmod -R 775 storage bootstrap/cache
|
||||
|
||||
Reference in New Issue
Block a user