Skip to content

Instantly share code, notes, and snippets.

#
# Node dependencies
#
FROM node:10.14-stretch-slim AS node-dependencies
ARG NPM_TOKEN
WORKDIR /app

Keybase proof

I hereby claim:

  • I am gillesfabio on github.
  • I am gillesfabio (https://keybase.io/gillesfabio) on keybase.
  • I have a public key ASCpmUcsYOdj5cFyTAMs8WD66xcgXr32jDk4SNQWEdhQ5Qo

To claim this, I am signing this object:

@gillesfabio
gillesfabio / 0_reuse_code.js
Created June 9, 2016 15:05
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console