Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 369 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 369 Bytes

About

List of useful scripts to launch docker containers

Usage

Node

Npm install

./node.sh npm install

Run index.js in current directory

./node.sh node index.js

Postgres database

Start postgres server with postgres:password on port 5432

./db_postgres.sh

Golang

run go file

./go.sh run hello.go