Display list of links

This commit is contained in:
SinTan1729
2023-04-03 11:55:27 -05:00
parent b9d76b6734
commit a1f73c8a9d
6 changed files with 36 additions and 7 deletions

View File

@@ -14,9 +14,10 @@ COPY ./actix/resources ./resources
RUN cargo build --release
FROM gcr.io/distroless/cc-debian10
FROM frolvlad/alpine-glibc:latest
EXPOSE 2000
RUN apk add sqlite-libs
WORKDIR /opt