DarkflameUniverse / DarkflameServer

The main repository for the Darkflame Universe Server Emulator project.
https://www.darkflameuniverse.org/
GNU Affero General Public License v3.0
629 stars 171 forks source link

fix: Dockerfile vanity COPY #1604

Closed SpeedyFireCyclone closed 1 month ago

SpeedyFireCyclone commented 1 month ago

The current COPY directives in the Dockerfile that add the vanity files have an unintended trailing asterisk, causing only root.xml's contents to be in there under the filename '*'. This is obviously unintendend as this causes the vanity to be non-functional in the default docker setup.

EmosewaMC commented 1 month ago

Thanks for spotting this and submitting a fix!