fixed listening addresses

This commit is contained in:
ngn
2023-11-12 18:49:43 +03:00
parent 7eaa982684
commit 556ebe7cd2
4 changed files with 4 additions and 2 deletions

View File

@ -9,5 +9,6 @@ COPY Makefile ./
COPY routes ./routes
COPY util ./util
EXPOSE 7001
RUN make
ENTRYPOINT ["/app/server"]