fixes
This commit is contained in:
parent
f79583a394
commit
9b59e88214
@ -19,7 +19,6 @@ services:
|
|||||||
dockerfile: ./docker/dev-ssu/Dockerfile
|
dockerfile: ./docker/dev-ssu/Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT:-8000}:80"
|
- "${APP_PORT:-8000}:80"
|
||||||
- "${VITE_PORT:-5173}:${VITE_PORT:-5173}"
|
|
||||||
environment:
|
environment:
|
||||||
PUID: "${USERID:-1000}"
|
PUID: "${USERID:-1000}"
|
||||||
PGID: "${GROUPID:-1000}"
|
PGID: "${GROUPID:-1000}"
|
||||||
@ -45,6 +44,8 @@ services:
|
|||||||
vite:
|
vite:
|
||||||
image: node:19
|
image: node:19
|
||||||
working_dir: /var/www/html
|
working_dir: /var/www/html
|
||||||
|
ports:
|
||||||
|
- "${VITE_PORT:-5173}:${VITE_PORT:-5173}"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/html:cached
|
- .:/var/www/html:cached
|
||||||
command: sh -c "npm install && npm run dev"
|
command: sh -c "npm install && npm run dev"
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
<div>
|
<div>
|
||||||
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.3750ms="polling" @endif>{{ \App\Actions\RemoteProcess\RunRemoteProcess::decodeOutput($activity) }}</pre>
|
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ \App\Actions\RemoteProcess\RunRemoteProcess::decodeOutput($activity) }}</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user