DarkflameUniverse / DarkflameServer

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

fix: Dockerfile vanity COPY #1604

Closed SpeedyFireCyclone closed 6 months ago

SpeedyFireCyclone commented 6 months 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 6 months ago

Thanks for spotting this and submitting a fix!