expose 8080

This commit is contained in:
ACoolName 2024-05-24 12:54:52 +03:00
parent ae8623ea97
commit ec24a53aeb

View File

@ -11,4 +11,6 @@ COPY --from=0 /src/ServerManager /opt/ServerManager/ServerManager
ENV GIN_MODE=release
ENV CONFIG_PATH="config.json"
ENV MONGO_URL="mongodb://mongo:27017"
EXPOSE 8080/tcp
CMD [ "/opt/ServerManager/ServerManager" ]