Skip to content

Instantly share code, notes, and snippets.

@Code0987
Code0987 / Dockerfile
Created July 31, 2019 06:26 — forked from ju2wheels/Dockerfile
Docker Dockerfile reference template
# Last updated: 08/24/2916
#
# Total instructions available: 18
#
# https://docs.docker.com/engine/reference/builder/
#
# You can use a .dockerignore file in the same context directory as
# your Dockerfile to ignore files in the context before sending them
# to the Docker daemon for building to speed up building.
@Code0987
Code0987 / AngularJS
Last active July 29, 2019 07:00 — forked from hofmannsven/README.md
My simple AngularJS Cheatsheet
Using AngularJS
===============
Website: [https://angularjs.org/](https://angularjs.org/)
Docs: [https://docs.angularjs.org/guide](https://docs.angularjs.org/guide)
Init with Module
-----------