Update Dockerfile

This commit is contained in:
Harrison Burt 2022-03-31 13:25:59 +01:00 committed by GitHub
parent 09b3e4d898
commit 98bb5a9e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ WORKDIR /etc/lust
RUN apt-get update
RUN apt-get install libssl-dev pkg-config -y
COPY --from=build /app/target/release/lust /
COPY --from=build /app/target/release/lust ./
USER root
ENTRYPOINT ["./lust", "--host", "0.0.0.0"]