expose 8080
This commit is contained in:
parent
ae8623ea97
commit
ec24a53aeb
@ -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" ]
|
Loading…
x
Reference in New Issue
Block a user