Skip to content

Instantly share code, notes, and snippets.

View jhonny-me's full-sized avatar
🍼
feeding AI

JohnnyGu jhonny-me

🍼
feeding AI
View GitHub Profile
@jhonny-me
jhonny-me / docker.md
Created October 8, 2016 15:11 — forked from loganwright/docker.md
Docker

Dockerfile

FROM ibmcom/swift-ubuntu:latest

# Install Vapor Toolbox
RUN curl -sL toolbox.vapor.sh | bash

# Set work dir to /vapor
WORKDIR /vapor