mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Generate linux in own folder (#131)
This commit is contained in:
parent
949e9f76d5
commit
59c648a7f4
@ -164,9 +164,6 @@ class GenerateCodeModal extends PureComponent {
|
||||
/>
|
||||
</ModalBody>
|
||||
<ModalFooter>
|
||||
<div className="margin-left faint italic txt-sm tall">
|
||||
* copy/paste this command into a Unix terminal
|
||||
</div>
|
||||
<button className="btn" onClick={this.hide}>
|
||||
Done
|
||||
</button>
|
||||
|
@ -4,6 +4,6 @@ services:
|
||||
build: '.'
|
||||
command: 'bash -c "npm install && npm run build-n-package:linux"'
|
||||
volumes:
|
||||
- './dist:/insomnia/dist'
|
||||
- './dist/linux:/insomnia/dist'
|
||||
environment:
|
||||
- 'NODE_ENV=development'
|
||||
|
Loading…
Reference in New Issue
Block a user