Skip to content

Example of use for the image: jansanchez/nocker-alpine

Notifications You must be signed in to change notification settings

jansanchez/nocker-alpine-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nocker-alpine-app

A Boilerplate for a Simple Express Web Application build in Docker.

Includes:

  • Docker
  • Docker Compose
  • NodeJS
  • Linux Alpine
  • Yarn
  • Nodemon
  • ES2015
  • Makefile

Clone

git clone git@github.com:jansanchez/nocker-alpine-app.git

How to use with Docker Compose

Build & Install dependencies

./docker/scripts/setup.sh

Up

docker-compose up

So, Open your browser...

http://localhost:3004

Down

docker-compose down

Only Build

./docker/scripts/build.sh

Only Install dependencies

./docker/scripts/supply.sh

Using the Makefile

Build & Install dependencies

make setup

Up

make up

So, Open your browser...

http://localhost:3004

Command

make command "yarn upgrade"
make command "yarn install"
make command "yarn add express"
make command "yarn add -SD browser-sync"

Down

make down

Only Build

make build

Only Install dependencies

make install

Help

make

About

Example of use for the image: jansanchez/nocker-alpine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published