Skip to content

Instantly share code, notes, and snippets.

@wstrange
Created January 13, 2016 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wstrange/40723b7d413d154a25bf to your computer and use it in GitHub Desktop.
Save wstrange/40723b7d413d154a25bf to your computer and use it in GitHub Desktop.
Dockerfile test
# Dockerfile to package this app up so we can run it on kubernetes
# This will run pub get and build the app.
# When run it expects to find bin/server.dart
FROM google/dart-runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment