diff --git a/Dockerfile b/Dockerfile index 0638a9a..b139fc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN mkdir -p /opt/bluemap ADD https://github.com/BlueMap-Minecraft/BlueMap/releases/download/v5.5/bluemap-5.5-cli.jar /opt/bluemap/bluemap.jar # Copy the PostgreSQL driver to /opt/bluemap -ADD https://jdbc.postgresql.org/download/postgresql-42.7.4.jar /opt/bluemap/ +ADD https://jdbc.postgresql.org/download/postgresql-42.7.4.jar /opt/bluemap/postgresql.jar # Set the working directory WORKDIR /opt/bluemap