-
Notifications
You must be signed in to change notification settings - Fork 32
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 support #18
Comments
i guess for windows support we need a new branch of this repo |
added quick PR to give support for Windows,
for
need more info / testing, will check on this if needed but will take time for sure. |
PR: #30 |
For windows support I have to made next changes:
.env
COMPOSE_FILE=./src/docker/docker-compose.yml;./src/docker/docker-compose.override.yml
instead ofCOMPOSE_FILE=./src/docker/docker-compose.yml:./src/docker/docker-compose.override.yml
Makefile
$(shell cp -n \.env.default \.env)
$(shell cp -n \.\/src\/docker\/docker-compose\.override\.yml\.default \.\/src\/docker\/docker-compose\.override\.yml)
docker-compose exec
commandsudo rm -rf build
This way docker build all containers, but still have issue with shared folder (it shares from docker VM, not windows)
The text was updated successfully, but these errors were encountered: