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

.profile not found when running fin init #1

Open
frederickjh opened this issue May 6, 2020 · 0 comments
Open

.profile not found when running fin init #1

frederickjh opened this issue May 6, 2020 · 0 comments

Comments

@frederickjh
Copy link

When I follow the usage instructions:

git clone https://github.com/docksal/boilerplate-nodejs.git
cd boilerplate-nodejs
fin init

I see this in the output:

/bin/sh: 39: /home/docker/.profile: [[: not found

Curious as in the Dockerfile I find:

# Initialize the user environment (this loads nvm)
	. $HOME/.profile; \

but nvm seem to still work in the following commands in the Dockerfile.

# Install the necessary nodejs version
	nvm install 10.12.0; \
	nvm alias default 10.12.0; \
	# Install packages
	npm install -g nodemon;
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

1 participant