From fc12ce350816959b7722de4ea68e86c2625776d2 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 15 Oct 2024 12:23:57 +0200 Subject: yarn went crazy, let's do npm only --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index dbe099a..4a35c65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ FROM debian:trixie RUN apt -y update && apt -y install \ - yarnpkg git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev jq yq \ + npm nodejs git git-lfs ssh rsync ghc cabal-install build-essential pkg-config zlib1g-dev jq yq \ && rm -fr /var/cache/apt WORKDIR /opt/reploy -- cgit v1.2.3 From 5fabdce6b81427c99bcc17b0f75e3f4dadd2194c Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 29 Jan 2025 20:36:41 +0100 Subject: fix entrypoint a bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 4a35c65..9dbe0ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ WORKDIR /data COPY assets /data/assets/ COPY templates /data/templates/ COPY pages /data/pages/ -ENTRYPOINT ["/root/.cabal/bin/reploy"] +ENTRYPOINT ["/root/.local/bin/reploy"] -- cgit v1.2.3