From 07011c99224c4ddb99dd563337d86f2a2af7dd0c Mon Sep 17 00:00:00 2001 From: crimekillz Date: Fri, 2 Feb 2024 18:40:41 +0100 Subject: [PATCH] docs/docker-package.md aktualisiert --- docs/docker-package.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docker-package.md b/docs/docker-package.md index e1be1ddd7..a2f166592 100644 --- a/docs/docker-package.md +++ b/docs/docker-package.md @@ -1,9 +1,9 @@ ### How to push a new docker package to a registry (iceshrimp.dev) using Arch Linux - 1. Replace the repo url with yours in the example below - 2. $ git clone https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git - 3. Make your changes and (optionally) push them to the repo - 4. # yay -S git docker docker-compose docker-buildx corepacker + 1. # yay -S git docker docker-compose docker-buildx corepacker + 2. Replace the repo url with yours in the example below + 3. $ git clone https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git + 4. Make your changes and (optionally) push them to the repo 5. # corepack enable && corepack prepare --activate && yarn --immutable 6. Log into your docker registry (for ex. iceshrimp.dev) 7. # docker login iceshrimp.dev