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

Docker #1140

Closed
wants to merge 3 commits into from
Closed

Docker #1140

wants to merge 3 commits into from

Conversation

SimonHaas
Copy link

Hi,

because I wanted to host your great tool by myself on my docker-homeserver I added docker support.

For development:

docker build -t grunt ./docker/grunt/
docker run --rm -it -v "$PWD":/usr/src/project -w /usr/src/project grunt npm install
docker run --rm -it -p 8080:8080 -v "$PWD":/usr/src/project -w /usr/src/project grunt grunt dev

For a production-build while developing:

docker run --rm -it -v "$PWD":/usr/src/project -w /usr/src/project grunt grunt prod
docker-compose up -d

Improvements are welcomed.
Feel free to merge it or not :)

@CLAassistant
Copy link

CLAassistant commented Dec 4, 2020

CLA assistant check
All committers have signed the CLA.

docker/web/Dockerfile Outdated Show resolved Hide resolved
@nileshtrivedi
Copy link

This would be really helpful for easier deployment in container environments (like CapRover for self-hosting).

Co-authored-by: rugk <rugk+git@posteo.de>
@SimonHaas SimonHaas closed this by deleting the head repository Dec 4, 2023
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

Successfully merging this pull request may close these issues.

4 participants