2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-19 10:07:56 +03:00
2022-05-05 00:49:33 +03:00

12 lines
320 B
Bash
Executable File

#!/bin/bash
echo "============================================="
echo node $(node --version)
echo npm $(npm --version)
echo yarn $(yarn --version)
echo "============================================="
echo "[nodejs] Electron Release Server is Starting up"
echo "============================================="
npm start