Update Dockerfile

This commit is contained in:
Array in a Matrix 2024-05-01 17:22:54 -04:00 committed by GitHub
parent b7936705d3
commit f89ef059a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."