fix license.. this is embarassing
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
2658538e20
commit
afbb2d0a41
1 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ RUN opam install -y dune cohttp-lwt-unix dotenv twostep lwt_ssl yojson core && \
|
||||||
eval $(opam env) && \
|
eval $(opam env) && \
|
||||||
dune build --profile=release
|
dune build --profile=release
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.20
|
FROM alpine:3.20
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -21,6 +22,6 @@ RUN apk add --no-cache \
|
||||||
dumb-init firefox libc6-compat pcre-dev
|
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/_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"]
|
||||||
|
|
Loading…
Reference in a new issue