This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 <[email protected]> | |
LABEL Description="Interactive Ionic 2 Framework example using volume /projects as the root for your app directories" | |
RUN apt-get update |