mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Update Dockerfile
This commit is contained in:
parent
b7936705d3
commit
f89ef059a3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ARG GATEWAY_PORT=5001
|
|||
ARG SERVER_PORT=5002
|
||||
ARG PORTAL_PORT=5003
|
||||
EXPOSE $GATEWAY_PORT $SERVER_PORT $PORTAL_PORT
|
||||
CMD ["sh", "-c", "java -jar /app/brainwine.jar --disablegui"]
|
||||
CMD ["sh", "-c", "java -jar /app/brainwine.jar disablegui"]
|
||||
|
||||
LABEL org.opencontainers.image.title="Brainwine"
|
||||
LABEL org.opencontainers.image.description=" A portable private server for Deepworld."
|
||||
|
|
Loading…
Add table
Reference in a new issue