Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing folder creation in run.sh of webserver container #1

Open
luigi-asprino opened this issue Sep 28, 2020 · 1 comment
Open

Missing folder creation in run.sh of webserver container #1

luigi-asprino opened this issue Sep 28, 2020 · 1 comment

Comments

@luigi-asprino
Copy link
Contributor

luigi-asprino commented Sep 28, 2020

Something like is needed before docker run

if [  ! -d "${devfolder}" ]; then
 	mkdir  ${devfolder}
fi
@enridaga
Copy link
Contributor

I am inclined to remove that variable and only assume that you need to launch the script by passing the location of the https://github.com/spice-h2020/linked-data-hub local project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants