From afbb2d0a415a320e1d41565608457504f6566df8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 11 Jul 2024 13:00:41 +0200 Subject: [PATCH] fix license.. this is embarassing --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f7def9..fbb552d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN opam install -y dune cohttp-lwt-unix dotenv twostep lwt_ssl yojson core && \ eval $(opam env) && \ dune build --profile=release + FROM alpine:3.20 WORKDIR /app @@ -21,6 +22,6 @@ RUN apk add --no-cache \ dumb-init firefox libc6-compat pcre-dev COPY --from=builder /usr/src/pusk/_build/default/bin/main.exe /app/pusk -COPY --from=builder /usr/src/pusk/LICENSE /app/pusk +COPY --from=builder /usr/src/pusk/LICENSE /app/LICENSE -CMD ["dumb-init", "./pusk"] +CMD ["dumb-init", "/app/pusk"]