Last active
January 26, 2017 23:04
-
-
Save calbertts/475449e8a63d737bb9ed236b082d0eee to your computer and use it in GitHub Desktop.
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
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