forked from cms/tibi-svelte-starter
sourcemap tests
This commit is contained in:
7
scripts/cy-command.docker.sh
Executable file
7
scripts/cy-command.docker.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
|
||||
export DISPLAY=host.docker.internal:0.0
|
||||
echo DISPLAY: $DISPLAY
|
||||
yarn cy:$1
|
||||
|
||||
Reference in New Issue
Block a user