Skip to content
Snippets Groups Projects
dev.sh 198 B
Newer Older
  • Learn to ignore specific revisions
  • Matthias Feyll's avatar
    Matthias Feyll committed
    #!/usr/bin/env sh
    
    docker run \
        -it \
        --rm \
        -v $(pwd):/app \
        -w /app \
        -p 127.0.0.1:3000:3000 \
        --network gosdn-csbi-arista-base-net \
        node:20-alpine3.20 \
        npx vite