Aktualizovat Dockerfile
Some checks failed
Build Bluemap Image / Build-bluemap-Stats-Image (push) Failing after 7m39s

This commit is contained in:
Radim Lipovčan 2025-01-06 11:58:06 +01:00
parent 59e36dd67b
commit fa2e19f4e2

View File

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