Skip to content

Instantly share code, notes, and snippets.

@calbertts
Last active January 26, 2017 23:04
Show Gist options
  • Save calbertts/475449e8a63d737bb9ed236b082d0eee to your computer and use it in GitHub Desktop.
Save calbertts/475449e8a63d737bb9ed236b082d0eee to your computer and use it in GitHub Desktop.
syntax_version: "7"
docker_image: calbertts/node-gtk
enable_gui: true
container_working_directory: /app
work_in_project_folder_as: /app
volumes:
main:
host_path: .
container_path: /app
macros:
run:
actions:
- npm install
- npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment