chg: Use username as a variable in Makefile

This commit is contained in:
SinTan1729
2024-03-25 01:05:06 -05:00
parent e54aa3b33b
commit db5d1f72bd
2 changed files with 3 additions and 3 deletions

View File

@@ -23,4 +23,3 @@ FROM scratch
COPY --from=builder /chhoto-url/target/x86_64-unknown-linux-musl/release/chhoto-url /chhoto-url
COPY ./resources /resources
ENTRYPOINT ["/chhoto-url"]