Rename webstat to portal

This commit is contained in:
Neale Pickett 2023-03-11 14:02:15 -07:00
parent 3e53a8198c
commit c5214ca416
2 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ COPY --from=build /go/bin/ .
FROM scratch
COPY --from=target /target /
ENTRYPOINT ["/webstat"]
ENTRYPOINT ["/portal"]