Modificacion docker file sobre run build y modificación de variables completas para websocket

This commit is contained in:
2026-05-11 02:12:44 -06:00
parent 0df6c38784
commit b76bff834b
+6 -1
View File
@@ -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