This commit is contained in:
kiddikai 2023-03-18 22:29:46 +01:00 committed by GitHub
commit a7871e9d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ RUN pip3 install \
pyyaml
# Install carto for stylesheet
RUN npm install -g carto@0.18.2
RUN npm install -g carto@1.2.0
# Configure Apache
RUN echo "LoadModule tile_module /usr/lib/apache2/modules/mod_tile.so" >> /etc/apache2/conf-available/mod_tile.conf \