@flydotio/dockerfile
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -97,4 +97,5 @@ #!/usr/bin/env node | ||
// generate dockerfile and related artifacts | ||
if (process.argv[1] === url.fileURLToPath(import.meta.url)) { | ||
// if (process.argv[1] === url.fileURLToPath(import.meta.url)) { | ||
if (process.argv[1].endsWith('/dockerfile')) { | ||
new GDF().run(process.cwd(), { ...defaults, ...options }) | ||
} |
{ | ||
"name": "@flydotio/dockerfile", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Dockerfile generator", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
23768
506