We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6011e4f commit 82eb417Copy full SHA for 82eb417
docker/getRootComposeFile/hostVolumes.js
@@ -10,8 +10,8 @@ const os = require('os');
10
function hostVolumes(args) { // eslint-disable-line no-unused-vars
11
const volumes = {
12
volumes: [
13
- '${PWD}:/var/www/html',
14
- ]
+ '${PWD}:/var/www/html', // eslint-disable-line no-template-curly-in-string
+ ],
15
// volumes: [{
16
// type: 'volume',
17
// source: 'host_data',
docker/getRootComposeFile/volumeDefinition.js
@@ -1,4 +1,4 @@
1
-const os = require('os');
+// const os = require('os');
2
3
/**
4
* getVolumeDefinition - returns the volume definition as needed in the
0 commit comments