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

Windows problems #79

Open
takahi-i opened this issue Jan 16, 2019 · 3 comments
Open

Windows problems #79

takahi-i opened this issue Jan 16, 2019 · 3 comments

Comments

@takahi-i
Copy link
Member

  • pwd command is missing
  • -u option cases a problem in docker/Dockerfile
@takahi-i
Copy link
Member Author

takahi-i commented Jan 17, 2019

Could be a good idea to another temalate package for windows users

@Pit-Storm
Copy link

In every line in the Makefile where $(PWD) ist used you have to change it to $(CURDIR). This is a make specific env-var which gives the current directory to the script. $(PWD) refers to a created var which holds a command only working in linux/unix shells.

It would be better to use $(CURDIR) in every scripts, instead of export PWD="pwd"

@Pit-Storm
Copy link

For the dockerfile problem I only have the solution to comment out lines 14-16. This is not needed in windows environment, because docker desktop manages the file-permissions when bind-mounting a local directory.

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