Skip to content

Instantly share code, notes, and snippets.

View rsaddey's full-sized avatar

Reiner Saddey rsaddey

View GitHub Profile
@rsaddey
rsaddey / Dockerfile
Last active October 12, 2019 04:58
A Dockerfile for creating a Ionic 2 image to be used for creating Progressive Web Apps without permanently infecting your computer.
# No thrills Ionic 2 developer environment
# See https://blog.saddey.net/2016/07/03/jump-start-into-angular-2-and-ionic-2
FROM ubuntu:16.04
MAINTAINER Reiner Saddey <reiner@saddey.net>
LABEL Description="Interactive Ionic 2 Framework example using volume /projects as the root for your app directories"
RUN apt-get update