This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-11-07 15:07:54 +01:00
parent 753756004a
commit b7b0f7ae9f
Signed by: lilith
SSH key fingerprint: SHA256:LAjgsAMyT3LO2JVtr6fQ4N3RTYoRRlIm5wAKsbDife4
2 changed files with 4 additions and 6 deletions

View file

@ -1,12 +1,10 @@
FROM busybox:glibc
COPY tini /tini
COPY utils/http-server-rs/target/release/http-server /bin
COPY --from=base /lib/x86_64-linux-gnu/libgcc_s.so.1 /lib
RUN mkdir -p /srv/repo
RUN mkdir -p /var/www
WORKDIR /var/www
EXPOSE 8000
CMD ["http-server", "--chdir", "/srv/repo"]
ENTRYPOINT ["/tini", "--"]
ENTRYPOINT ["http-server"]

@ -1 +1 @@
Subproject commit 91fee3387a4d287d219f23dddf8b065094ecf465
Subproject commit 0e054b83dfba2d196fe24bb95c0b611282e145f7