Skip to content

Commit

Permalink
Add optional tag in dunner template
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed May 26, 2019
1 parent d49616a commit 264c8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build:
commands:
- ["npm", "--version"]
- ["npm", "install"]
# List of directories that are to be mounted on the container
# (Optional) List of directories that are to be mounted on the container
mounts:
- /tmp:/tmp:w
# Set any environment variables to be exported in the container
# (Optional) Set any environment variables to be exported in the container
envs:
- PERM=775
`
Expand Down

0 comments on commit 264c8f0

Please sign in to comment.