Skip to content
Snippets Groups Projects
Commit 5260c851 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Hopefully fix docker build

parent 32f8ec04
No related branches found
No related tags found
No related merge requests found
Pipeline #4117 passed
*/node_modules/*
webapp/public/build/*
*/.gitignore */.gitignore
backend/*.md backend/*.md
*.md *.md
...@@ -4,6 +4,8 @@ const child_process = require('child_process') ...@@ -4,6 +4,8 @@ const child_process = require('child_process')
const {promisify} = require('util') const {promisify} = require('util')
const execFile = promisify(child_process.execFile) const execFile = promisify(child_process.execFile)
const YAML = require('yaml')
async function findPluginPath(pluginName) { async function findPluginPath(pluginName) {
const rootPluginPath = '/plugins/'+pluginName const rootPluginPath = '/plugins/'+pluginName
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment