Fix a handful of errors and warnings I've seen. Gets further running in docker, now.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3773 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-01-17 21:46:32 +00:00
parent e9e1a3e80d
commit c864041fa0
5 changed files with 11 additions and 5 deletions

View File

@ -19,4 +19,4 @@ COPY --from=build /app/apps /app/apps
COPY --from=build /app/core /app/core
WORKDIR /app
EXPOSE 12345
CMD ["/app/out/release/tildefriends"]
ENTRYPOINT ["/app/out/release/tildefriends"]