refactored html
This commit is contained in:
parent
d92f4886ab
commit
134da8da5c
9 changed files with 188 additions and 125 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue