refactored html

This commit is contained in:
JMARyA 2022-11-22 19:48:16 +01:00
parent d92f4886ab
commit 134da8da5c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 188 additions and 125 deletions

View file

@ -10,8 +10,8 @@ FROM debian
RUN apt-get update
RUN apt-get install -y gnupg ca-certificates
COPY --from=builder /app/target/release/me-site /app/me-site
COPY --from=builder /app/target/release/me-site /me-site
WORKDIR /app
CMD ["/app/me-site"]
CMD ["/me-site"]