Added expose commands to docker file (#27)

This commit is contained in:
Michael Bailey 2024-09-19 11:51:41 +01:00 committed by GitHub
parent f27a12b01f
commit af011a48fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -15,4 +15,7 @@ RUN apk add openssl-dev
COPY --from=build ./target/release/server /server/server
EXPOSE 5600/tcp
EXPOSE 6500/tcp
CMD ["/server/server"]