commit 46c4e53313bb4b4009da239b86150dad3726fd5f parent 84912a330fda86283767c54954bca1ae421e56ef Author: lash <dev@holbrook.no> Date: Tue, 28 Mar 2023 08:22:02 +0100 Add regular docker build alternative Diffstat:
M | README | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -4,6 +4,10 @@ $ cargo build --all-features --release Build the Docker image: +$ docker build -t wala:latest . + +or + $ docker buildx build -t wala:latest . Running the server