mirror of
https://github.com/orderbynull/lottip.git
synced 2026-04-25 06:45:49 +03:00
[PR #3] [MERGED] Added support for Docker #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lottip#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/orderbynull/lottip/pull/3
Author: @tm-lmathieu
Created: 7/28/2017
Status: ✅ Merged
Merged: 8/7/2017
Merged by: @orderbynull
Base:
master← Head:master📝 Commits (2)
dc21c59Added support for Docker17c3a3fRemoved useless line that didn't help to make it work.📊 Changes
2 files changed (+47 additions, -0 deletions)
View changed files
➕
docker/Dockerfile(+23 -0)➕
docker/run.sh(+24 -0)📄 Description
This commit adds support for Docker and can be built automatically on Docker hub.
It will need some added documentation, but it works as it is. Configuration is passed via environment variables through the run.sh script. It works wonderfully as a part of a docker-compose.yml dev environment.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.