add Readme, build layered docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cd9fd4e752
commit
b875758eab
2 changed files with 4 additions and 1 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Gitea Attachements Proxy
|
||||
|
||||
[](https://builtwithnix.org) [](https://drone.entr0py.de/garionion/gitea-attachements-proxy)
|
|
@ -4,7 +4,7 @@ let
|
|||
callPackage = pkgs.lib.callPackageWith pkgs;
|
||||
gitea-attachements-proxy = callPackage ./package.nix { };
|
||||
in
|
||||
pkgs.dockerTools.buildImage {
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "garionion/gitea-attachements-proxy";
|
||||
tag = "latest";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue