diff --git a/Dockerfile b/Dockerfile index 2c1cf914..0d4a4154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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