View Dockerfile
# 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 |