mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 22:55:51 +03:00
[PR #74] [MERGED] Updated Dockerfile to use an alpine (busybox) source. #168
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/asapach/peerflix-server/pull/74
Author: @stfl
Created: 6/5/2016
Status: ✅ Merged
Merged: 6/5/2016
Merged by: @asapach
Base:
master← Head:master📝 Commits (3)
b4cba37Update Dockerfile to use an alpine (busybox) source.9b52046use COPY instead of ADD, add --rm to Docker readme74f06b4Restructure Dockerfile to minimize layers.📊 Changes
2 files changed (+24 additions, -5 deletions)
View changed files
📝
Docker.md(+1 -1)📝
Dockerfile(+23 -4)📄 Description
I updated the Dockerfile to use an alpine-linux source, which is based on busybox.
This drastically reduces the image size from 943MB to 296MB.
Updated Docker.md as well to run with --rm to remove the container on exit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.