curl snf-878293.vm.okeanos.grnet.gr
npm ci
npm run start:dev
The following command triggers the Dockerfile in the current dir and only reaches the dev stage not the prod
docker-compose up
-
docker-compose up
-
Dockerfile
-
npm ci --quiet && npm run build
-
npm run start:dev
-
nodemon (when it detects changes->)
-
ts-node
-
boot.ts
docker build -t "docker-app" .
docker run -d -p 80:8080 --rm docker-app node build/boot.js